Html Css Color HEX #613E06 Raw Umber

📋 copy color: '#613E06'

red 97 ◦ green 62 ◦ blue 6

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

Shades of Raw Umber #613E06

Tints of Raw Umber #613E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.64%

R = 58.79%
G = 37.58%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#613E06 (or 0x613E06) is known color: Raw Umber. HEX triplet: 61, 3E and 06. RGB value is (97,62,6). Sum of RGB (Red+Green+Blue) = 97+62+6=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #613E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E06 is #9EC1F9. Grayscale: #424242. Windows color (decimal): -10404346 or 409185. OLE color: 409185.

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

Color convert

RGB 97 62 6 -
CMYK 0 0.36 0.94 0.62
HSL 36.92º 0.88% 0.2% -
HSV(B) 36.92º 0.94% 0.38% -
XYZ 6.69 6 0.98 -
YUV 66.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 97 62 6 0 0.36 0.94 0.62 36.92 0.88 0.2
Hex 61 3E 6 0 24 5E 3E 25 58 14
Octal 141 76 6 0 44 136 76 45 130 24
Binary 1100001 111110 110 0 100100 1011110 111110 100101 1011000 10100

Color Harmonies of #613E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E06

Black with #613E06

Text Example


Text Example

White with #613E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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