Html Css Color HEX #825606 Raw Umber

📋 copy color: '#825606'

red 130 ◦ green 86 ◦ blue 6

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

Shades of Raw Umber #825606

Tints of Raw Umber #825606

RGB

 RED value IS 130 (51.17% from 255) = 58.56%

 GREEN value IS 86 (33.98% from 255) = 38.74%

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

R = 58.56%
G = 38.74%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#825606 (or 0x825606) is known color: Raw Umber. HEX triplet: 82, 56 and 06. RGB value is (130,86,6). Sum of RGB (Red+Green+Blue) = 130+86+6=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #825606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825606 is #7DA9F9. Grayscale: #5A5A5A. Windows color (decimal): -8235514 or 415362. OLE color: 415362.

HSL color Cylindrical-coordinate representation of color #825606: hue angle of 38.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #825606 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 6 -
CMYK 0 0.34 0.95 0.49
HSL 38.71º 0.91% 0.27% -
HSV(B) 38.71º 0.95% 0.51% -
XYZ 12.57 11.41 1.71 -
YUV 90.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 130 86 6 0 0.34 0.95 0.49 38.71 0.91 0.27
Hex 82 56 6 0 22 5F 31 27 5B 1B
Octal 202 126 6 0 42 137 61 47 133 33
Binary 10000010 1010110 110 0 100010 1011111 110001 100111 1011011 11011

Color Harmonies of #825606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825606

Black with #825606

Text Example


Text Example

White with #825606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825606; }

 p { color: rgb(130,86,6); }

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

background-color css

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

 a { background-color: rgb(130,86,6); }

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

border-color css

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

 span { border-color: rgb(130,86,6); }

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