Html Css Color HEX #604E0B Raw Umber

📋 copy color: '#604E0B'

red 96 ◦ green 78 ◦ blue 11

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

Shades of Raw Umber #604E0B

Tints of Raw Umber #604E0B

RGB

 RED value IS 96 (37.89% from 255) = 51.89%

 GREEN value IS 78 (30.86% from 255) = 42.16%

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 51.89%
G = 42.16%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#604E0B (or 0x604E0B) is known color: Raw Umber. HEX triplet: 60, 4E and 0B. RGB value is (96,78,11). Sum of RGB (Red+Green+Blue) = 96+78+11=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604E0B is #9FB1F4. Grayscale: #4C4C4C. Windows color (decimal): -10465781 or 740960. OLE color: 740960.

HSL color Cylindrical-coordinate representation of color #604E0B: hue angle of 47.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #604E0B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 78 11 -
CMYK 0 0.19 0.89 0.62
HSL 47.29º 0.79% 0.21% -
HSV(B) 47.29º 0.89% 0.38% -
XYZ 7.61 7.96 1.45 -
YUV 75.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 96 78 11 0 0.19 0.89 0.62 47.29 0.79 0.21
Hex 60 4E B 0 13 59 3E 2F 4F 15
Octal 140 116 13 0 23 131 76 57 117 25
Binary 1100000 1001110 1011 0 10011 1011001 111110 101111 1001111 10101

Color Harmonies of #604E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E0B

Black with #604E0B

Text Example


Text Example

White with #604E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604E0B; }

 p { color: rgb(96,78,11); }

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

background-color css

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

 a { background-color: rgb(96,78,11); }

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

border-color css

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

 span { border-color: rgb(96,78,11); }

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