Html Css Color HEX #706F58 Kokoda

📋 copy color: '#706F58'

red 112 ◦ green 111 ◦ blue 88

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

Shades of Kokoda #706F58

Tints of Kokoda #706F58

RGB

 RED value IS 112 (44.14% from 255) = 36.01%

 GREEN value IS 111 (43.75% from 255) = 35.69%

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 36.01%
G = 35.69%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706F58 (or 0x706F58) is known color: Kokoda. HEX triplet: 70, 6F and 58. RGB value is (112,111,88). Sum of RGB (Red+Green+Blue) = 112+111+88=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F58 is #8F90A7. Grayscale: #6C6C6C. Windows color (decimal): -9408680 or 5795696. OLE color: 5795696.

HSL color Cylindrical-coordinate representation of color #706F58: hue angle of 57.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706F58 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 111 88 -
CMYK 0 0.01 0.21 0.56
HSL 57.5º 0.12% 0.39% -
HSV(B) 57.5º 0.21% 0.44% -
XYZ 14.13 15.52 11.48 -
YUV 108.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 112 111 88 0 0.01 0.21 0.56 57.5 0.12 0.39
Hex 70 6F 58 0 1 15 38 3A C 27
Octal 160 157 130 0 1 25 70 72 14 47
Binary 1110000 1101111 1011000 0 1 10101 111000 111010 1100 100111

Color Harmonies of #706F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F58

Black with #706F58

Text Example


Text Example

White with #706F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706F58; }

 p { color: rgb(112,111,88); }

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

background-color css

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

 a { background-color: rgb(112,111,88); }

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

border-color css

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

 span { border-color: rgb(112,111,88); }

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