Html Css Color HEX #838366 Bandicoot

📋 copy color: '#838366'

red 131 ◦ green 131 ◦ blue 102

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

Shades of Bandicoot #838366

Tints of Bandicoot #838366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.02%

R = 35.99%
G = 35.99%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#838366 (or 0x838366) is known color: Bandicoot. HEX triplet: 83, 83 and 66. RGB value is (131,131,102). Sum of RGB (Red+Green+Blue) = 131+131+102=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838366 is #7C7C99. Grayscale: #7F7F7F. Windows color (decimal): -8158362 or 6718339. OLE color: 6718339.

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

Color convert

RGB 131 131 102 -
CMYK 0 0 0.22 0.49
HSL 60º 0.12% 0.46% -
HSV(B) 60º 0.22% 0.51% -
XYZ 19.87 22.02 15.77 -
YUV 127.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 131 131 102 0 0 0.22 0.49 60 0.12 0.46
Hex 83 83 66 0 0 16 31 3C C 2E
Octal 203 203 146 0 0 26 61 74 14 56
Binary 10000011 10000011 1100110 0 0 10110 110001 111100 1100 101110

Color Harmonies of #838366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838366

Black with #838366

Text Example


Text Example

White with #838366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838366; }

 p { color: rgb(131,131,102); }

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

background-color css

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

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

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

border-color css

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

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

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