Html Css Color HEX #838168 Bandicoot

📋 copy color: '#838168'

red 131 ◦ green 129 ◦ blue 104

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

Shades of Bandicoot #838168

Tints of Bandicoot #838168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 35.99%
G = 35.44%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#838168 (or 0x838168) is known color: Bandicoot. HEX triplet: 83, 81 and 68. RGB value is (131,129,104). Sum of RGB (Red+Green+Blue) = 131+129+104=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #838168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838168 is #7C7E97. Grayscale: #7E7E7E. Windows color (decimal): -8158872 or 6848899. OLE color: 6848899.

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

Color convert

RGB 131 129 104 -
CMYK 0 0.02 0.21 0.49
HSL 55.56º 0.11% 0.46% -
HSV(B) 55.56º 0.21% 0.51% -
XYZ 19.71 21.53 16.21 -
YUV 126.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 131 129 104 0 0.02 0.21 0.49 55.56 0.11 0.46
Hex 83 81 68 0 2 15 31 38 B 2E
Octal 203 201 150 0 2 25 61 70 13 56
Binary 10000011 10000001 1101000 0 10 10101 110001 111000 1011 101110

Color Harmonies of #838168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838168

Black with #838168

Text Example


Text Example

White with #838168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838168; }

 p { color: rgb(131,129,104); }

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

background-color css

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

 a { background-color: rgb(131,129,104); }

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

border-color css

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

 span { border-color: rgb(131,129,104); }

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