Html Css Color HEX #613E08 Raw Umber

📋 copy color: '#613E08'

red 97 ◦ green 62 ◦ blue 8

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

Shades of Raw Umber #613E08

Tints of Raw Umber #613E08

RGB

 RED value IS 97 (38.28% from 255) = 58.08%

 GREEN value IS 62 (24.61% from 255) = 37.13%

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

R = 58.08%
G = 37.13%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#613E08 (or 0x613E08) is known color: Raw Umber. HEX triplet: 61, 3E and 08. RGB value is (97,62,8). Sum of RGB (Red+Green+Blue) = 97+62+8=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E08 is #9EC1F7. Grayscale: #424242. Windows color (decimal): -10404344 or 540257. OLE color: 540257.

HSL color Cylindrical-coordinate representation of color #613E08: hue angle of 36.4º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #613E08 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 62 8 -
CMYK 0 0.36 0.92 0.62
HSL 36.4º 0.85% 0.21% -
HSV(B) 36.4º 0.92% 0.38% -
XYZ 6.7 6 1.04 -
YUV 66.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 97 62 8 0 0.36 0.92 0.62 36.4 0.85 0.21
Hex 61 3E 8 0 24 5C 3E 24 55 15
Octal 141 76 10 0 44 134 76 44 125 25
Binary 1100001 111110 1000 0 100100 1011100 111110 100100 1010101 10101

Color Harmonies of #613E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E08

Black with #613E08

Text Example


Text Example

White with #613E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613E08; }

 p { color: rgb(97,62,8); }

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

background-color css

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

 a { background-color: rgb(97,62,8); }

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

border-color css

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

 span { border-color: rgb(97,62,8); }

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