Html Css Color HEX #613D08 Raw Umber

📋 copy color: '#613D08'

red 97 ◦ green 61 ◦ blue 8

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

Shades of Raw Umber #613D08

Tints of Raw Umber #613D08

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

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

R = 58.43%
G = 36.75%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#613D08 (or 0x613D08) is known color: Raw Umber. HEX triplet: 61, 3D and 08. RGB value is (97,61,8). Sum of RGB (Red+Green+Blue) = 97+61+8=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #613D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D08 is #9EC2F7. Grayscale: #414141. Windows color (decimal): -10404600 or 540001. OLE color: 540001.

HSL color Cylindrical-coordinate representation of color #613D08: hue angle of 35.73º 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 #613D08 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 61 8 -
CMYK 0 0.37 0.92 0.62
HSL 35.73º 0.85% 0.21% -
HSV(B) 35.73º 0.92% 0.38% -
XYZ 6.64 5.9 1.02 -
YUV 65.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 97 61 8 0 0.37 0.92 0.62 35.73 0.85 0.21
Hex 61 3D 8 0 25 5C 3E 24 55 15
Octal 141 75 10 0 45 134 76 44 125 25
Binary 1100001 111101 1000 0 100101 1011100 111110 100100 1010101 10101

Color Harmonies of #613D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D08

Black with #613D08

Text Example


Text Example

White with #613D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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