Html Css Color HEX #634008 Raw Umber

📋 copy color: '#634008'

red 99 ◦ green 64 ◦ blue 8

#634008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #634008

Tints of Raw Umber #634008

RGB

 RED value IS 99 (39.06% from 255) = 57.89%

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 8 (3.52% from 255) = 4.68%

R = 57.89%
G = 37.43%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#634008 (or 0x634008) is known color: Raw Umber. HEX triplet: 63, 40 and 08. RGB value is (99,64,8). Sum of RGB (Red+Green+Blue) = 99+64+8=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #634008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634008 is #9CBFF7. Grayscale: #444444. Windows color (decimal): -10272760 or 540771. OLE color: 540771.

HSL color Cylindrical-coordinate representation of color #634008: hue angle of 36.92º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #634008 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 8 -
CMYK 0 0.35 0.92 0.61
HSL 36.92º 0.85% 0.21% -
HSV(B) 36.92º 0.92% 0.39% -
XYZ 7.02 6.34 1.08 -
YUV 68.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 99 64 8 0 0.35 0.92 0.61 36.92 0.85 0.21
Hex 63 40 8 0 23 5C 3D 25 55 15
Octal 143 100 10 0 43 134 75 45 125 25
Binary 1100011 1000000 1000 0 100011 1011100 111101 100101 1010101 10101

Color Harmonies of #634008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634008

Black with #634008

Text Example


Text Example

White with #634008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634008; }

 p { color: rgb(99,64,8); }

 H1.HeaderClassName
 {
   color: #634008;
 }
 .AnyTagClassName
 {
   color: #634008;
 }
</style>

background-color css

<style>
 a { background-color: #634008; }

 a { background-color: rgb(99,64,8); }

 div.DivClassName
 {
   background-color: #634008;
 }
 .BgClassName
 {
   background-color: #634008;
 }
</style>

border-color css

<style>
 span { border-color: #634008; }

 span { border-color: rgb(99,64,8); }

 td.TdClassName
 {
   border-color: #634008;
 }
 .TagClassName
 {
   border-color: #634008;
 }
</style>