Html Css Color HEX #837F69 Bandicoot

📋 copy color: '#837F69'

red 131 ◦ green 127 ◦ blue 105

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

Shades of Bandicoot #837F69

Tints of Bandicoot #837F69

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 36.09%
G = 34.99%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#837F69 (or 0x837F69) is known color: Bandicoot. HEX triplet: 83, 7F and 69. RGB value is (131,127,105). Sum of RGB (Red+Green+Blue) = 131+127+105=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #837F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F69 is #7C8096. Grayscale: #7D7D7D. Windows color (decimal): -8159383 or 6913923. OLE color: 6913923.

HSL color Cylindrical-coordinate representation of color #837F69: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #837F69 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 105 -
CMYK 0 0.03 0.20 0.49
HSL 50.77º 0.11% 0.46% -
HSV(B) 50.77º 0.2% 0.51% -
XYZ 19.5 21.02 16.39 -
YUV 125.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 131 127 105 0 0.03 0.20 0.49 50.77 0.11 0.46
Hex 83 7F 69 0 3 14 31 33 B 2E
Octal 203 177 151 0 3 24 61 63 13 56
Binary 10000011 1111111 1101001 0 11 10100 110001 110011 1011 101110

Color Harmonies of #837F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F69

Black with #837F69

Text Example


Text Example

White with #837F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,105); }

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

background-color css

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

 a { background-color: rgb(131,127,105); }

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

border-color css

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

 span { border-color: rgb(131,127,105); }

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