Html Css Color HEX #837B61 Olive Haze

📋 copy color: '#837B61'

red 131 ◦ green 123 ◦ blue 97

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

Shades of Olive Haze #837B61

Tints of Olive Haze #837B61

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 37.32%
G = 35.04%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#837B61 (or 0x837B61) is known color: Olive Haze. HEX triplet: 83, 7B and 61. RGB value is (131,123,97). Sum of RGB (Red+Green+Blue) = 131+123+97=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #837B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B61 is #7C849E. Grayscale: #7A7A7A. Windows color (decimal): -8160415 or 6388611. OLE color: 6388611.

HSL color Cylindrical-coordinate representation of color #837B61: hue angle of 45.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #837B61 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 123 97 -
CMYK 0 0.06 0.26 0.49
HSL 45.88º 0.15% 0.45% -
HSV(B) 45.88º 0.26% 0.51% -
XYZ 18.6 19.85 14.16 -
YUV 122.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 131 123 97 0 0.06 0.26 0.49 45.88 0.15 0.45
Hex 83 7B 61 0 6 1A 31 2E F 2D
Octal 203 173 141 0 6 32 61 56 17 55
Binary 10000011 1111011 1100001 0 110 11010 110001 101110 1111 101101

Color Harmonies of #837B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B61

Black with #837B61

Text Example


Text Example

White with #837B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837B61; }

 p { color: rgb(131,123,97); }

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

background-color css

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

 a { background-color: rgb(131,123,97); }

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

border-color css

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

 span { border-color: rgb(131,123,97); }

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