Html Css Color HEX #838368 Bandicoot

📋 copy color: '#838368'

red 131 ◦ green 131 ◦ blue 104

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

Shades of Bandicoot #838368

Tints of Bandicoot #838368

RGB

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

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

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

R = 35.79%
G = 35.79%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#838368 (or 0x838368) is known color: Bandicoot. HEX triplet: 83, 83 and 68. RGB value is (131,131,104). Sum of RGB (Red+Green+Blue) = 131+131+104=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838368 is #7C7C97. Grayscale: #808080. Windows color (decimal): -8158360 or 6849411. OLE color: 6849411.

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

Color convert

RGB 131 131 104 -
CMYK 0 0 0.21 0.49
HSL 60º 0.11% 0.46% -
HSV(B) 60º 0.21% 0.51% -
XYZ 19.98 22.06 16.3 -
YUV 127.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 131 131 104 0 0 0.21 0.49 60 0.11 0.46
Hex 83 83 68 0 0 15 31 3C B 2E
Octal 203 203 150 0 0 25 61 74 13 56
Binary 10000011 10000011 1101000 0 0 10101 110001 111100 1011 101110

Color Harmonies of #838368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838368

Black with #838368

Text Example


Text Example

White with #838368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838368; }

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

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

background-color css

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

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

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

border-color css

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

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

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