Html Css Color HEX #837206 Olive

📋 copy color: '#837206'

red 131 ◦ green 114 ◦ blue 6

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

Shades of Olive #837206

Tints of Olive #837206

RGB

 RED value IS 131 (51.56% from 255) = 52.19%

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 52.19%
G = 45.42%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#837206 (or 0x837206) is known color: Olive. HEX triplet: 83, 72 and 06. RGB value is (131,114,6). Sum of RGB (Red+Green+Blue) = 131+114+6=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #837206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837206 is #7C8DF9. Grayscale: #6B6B6B. Windows color (decimal): -8162810 or 422531. OLE color: 422531.

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

Color convert

RGB 131 114 6 -
CMYK 0 0.13 0.95 0.49
HSL 51.84º 0.91% 0.27% -
HSV(B) 51.84º 0.95% 0.51% -
XYZ 15.41 16.87 2.62 -
YUV 106.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 131 114 6 0 0.13 0.95 0.49 51.84 0.91 0.27
Hex 83 72 6 0 D 5F 31 34 5B 1B
Octal 203 162 6 0 15 137 61 64 133 33
Binary 10000011 1110010 110 0 1101 1011111 110001 110100 1011011 11011

Color Harmonies of #837206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837206

Black with #837206

Text Example


Text Example

White with #837206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837206; }

 p { color: rgb(131,114,6); }

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

background-color css

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

 a { background-color: rgb(131,114,6); }

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

border-color css

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

 span { border-color: rgb(131,114,6); }

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