Html Css Color HEX #845A06 Raw Umber

📋 copy color: '#845A06'

red 132 ◦ green 90 ◦ blue 6

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

Shades of Raw Umber #845A06

Tints of Raw Umber #845A06

RGB

 RED value IS 132 (51.95% from 255) = 57.89%

 GREEN value IS 90 (35.55% from 255) = 39.47%

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

R = 57.89%
G = 39.47%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#845A06 (or 0x845A06) is known color: Raw Umber. HEX triplet: 84, 5A and 06. RGB value is (132,90,6). Sum of RGB (Red+Green+Blue) = 132+90+6=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #845A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845A06 is #7BA5F9. Grayscale: #5D5D5D. Windows color (decimal): -8103418 or 416388. OLE color: 416388.

HSL color Cylindrical-coordinate representation of color #845A06: hue angle of 40º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #845A06 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 90 6 -
CMYK 0 0.32 0.95 0.48
HSL 40º 0.91% 0.27% -
HSV(B) 40º 0.95% 0.52% -
XYZ 13.2 12.23 1.84 -
YUV 92.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 132 90 6 0 0.32 0.95 0.48 40 0.91 0.27
Hex 84 5A 6 0 20 5F 30 28 5B 1B
Octal 204 132 6 0 40 137 60 50 133 33
Binary 10000100 1011010 110 0 100000 1011111 110000 101000 1011011 11011

Color Harmonies of #845A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845A06

Black with #845A06

Text Example


Text Example

White with #845A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845A06; }

 p { color: rgb(132,90,6); }

 H1.HeaderClassName
 {
   color: #845A06;
 }
 .AnyTagClassName
 {
   color: #845A06;
 }
</style>

background-color css

<style>
 a { background-color: #845A06; }

 a { background-color: rgb(132,90,6); }

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

border-color css

<style>
 span { border-color: #845A06; }

 span { border-color: rgb(132,90,6); }

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