Html Css Color HEX #855006 Raw Umber

📋 copy color: '#855006'

red 133 ◦ green 80 ◦ blue 6

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

Shades of Raw Umber #855006

Tints of Raw Umber #855006

RGB

 RED value IS 133 (52.34% from 255) = 60.73%

 GREEN value IS 80 (31.64% from 255) = 36.53%

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

R = 60.73%
G = 36.53%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#855006 (or 0x855006) is known color: Raw Umber. HEX triplet: 85, 50 and 06. RGB value is (133,80,6). Sum of RGB (Red+Green+Blue) = 133+80+6=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #855006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855006 is #7AAFF9. Grayscale: #575757. Windows color (decimal): -8040442 or 413829. OLE color: 413829.

HSL color Cylindrical-coordinate representation of color #855006: hue angle of 34.96º 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 #855006 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 6 -
CMYK 0 0.40 0.95 0.48
HSL 34.96º 0.91% 0.27% -
HSV(B) 34.96º 0.95% 0.52% -
XYZ 12.57 10.74 1.58 -
YUV 87.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 133 80 6 0 0.40 0.95 0.48 34.96 0.91 0.27
Hex 85 50 6 0 28 5F 30 23 5B 1B
Octal 205 120 6 0 50 137 60 43 133 33
Binary 10000101 1010000 110 0 101000 1011111 110000 100011 1011011 11011

Color Harmonies of #855006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855006

Black with #855006

Text Example


Text Example

White with #855006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855006; }

 p { color: rgb(133,80,6); }

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

background-color css

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

 a { background-color: rgb(133,80,6); }

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

border-color css

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

 span { border-color: rgb(133,80,6); }

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