Html Css Color HEX #604B0D Raw Umber

📋 copy color: '#604B0D'

red 96 ◦ green 75 ◦ blue 13

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

Shades of Raw Umber #604B0D

Tints of Raw Umber #604B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.76%

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 52.17%
G = 40.76%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#604B0D (or 0x604B0D) is known color: Raw Umber. HEX triplet: 60, 4B and 0D. RGB value is (96,75,13). Sum of RGB (Red+Green+Blue) = 96+75+13=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604B0D is #9FB4F2. Grayscale: #4A4A4A. Windows color (decimal): -10466547 or 871264. OLE color: 871264.

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

Color convert

RGB 96 75 13 -
CMYK 0 0.22 0.86 0.62
HSL 44.82º 0.76% 0.21% -
HSV(B) 44.82º 0.86% 0.38% -
XYZ 7.41 7.55 1.45 -
YUV 74.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 96 75 13 0 0.22 0.86 0.62 44.82 0.76 0.21
Hex 60 4B D 0 16 56 3E 2D 4C 15
Octal 140 113 15 0 26 126 76 55 114 25
Binary 1100000 1001011 1101 0 10110 1010110 111110 101101 1001100 10101

Color Harmonies of #604B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604B0D

Black with #604B0D

Text Example


Text Example

White with #604B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,75,13); }

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

background-color css

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

 a { background-color: rgb(96,75,13); }

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

border-color css

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

 span { border-color: rgb(96,75,13); }

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