Html Css Color HEX #858456 Kokoda

📋 copy color: '#858456'

red 133 ◦ green 132 ◦ blue 86

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

Shades of Kokoda #858456

Tints of Kokoda #858456

RGB

 RED value IS 133 (52.34% from 255) = 37.89%

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 86 (33.98% from 255) = 24.5%

R = 37.89%
G = 37.61%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#858456 (or 0x858456) is known color: Kokoda. HEX triplet: 85, 84 and 56. RGB value is (133,132,86). Sum of RGB (Red+Green+Blue) = 133+132+86=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #858456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858456 is #7A7BA9. Grayscale: #7F7F7F. Windows color (decimal): -8027050 or 5670021. OLE color: 5670021.

HSL color Cylindrical-coordinate representation of color #858456: hue angle of 58.72º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858456 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 86 -
CMYK 0 0.01 0.35 0.48
HSL 58.72º 0.21% 0.43% -
HSV(B) 58.72º 0.35% 0.52% -
XYZ 19.6 22.16 12.05 -
YUV 127.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 133 132 86 0 0.01 0.35 0.48 58.72 0.21 0.43
Hex 85 84 56 0 1 23 30 3B 15 2B
Octal 205 204 126 0 1 43 60 73 25 53
Binary 10000101 10000100 1010110 0 1 100011 110000 111011 10101 101011

Color Harmonies of #858456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858456

Black with #858456

Text Example


Text Example

White with #858456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858456; }

 p { color: rgb(133,132,86); }

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

background-color css

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

 a { background-color: rgb(133,132,86); }

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

border-color css

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

 span { border-color: rgb(133,132,86); }

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