Html Css Color HEX #71705B Kokoda

📋 copy color: '#71705B'

red 113 ◦ green 112 ◦ blue 91

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

Shades of Kokoda #71705B

Tints of Kokoda #71705B

RGB

 RED value IS 113 (44.53% from 255) = 35.76%

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 35.76%
G = 35.44%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71705B (or 0x71705B) is known color: Kokoda. HEX triplet: 71, 70 and 5B. RGB value is (113,112,91). Sum of RGB (Red+Green+Blue) = 113+112+91=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #71705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71705B is #8E8FA4. Grayscale: #6D6D6D. Windows color (decimal): -9342885 or 5992561. OLE color: 5992561.

HSL color Cylindrical-coordinate representation of color #71705B: hue angle of 57.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71705B is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 91 -
CMYK 0 0.01 0.19 0.56
HSL 57.27º 0.11% 0.4% -
HSV(B) 57.27º 0.19% 0.44% -
XYZ 14.49 15.85 12.19 -
YUV 109.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 113 112 91 0 0.01 0.19 0.56 57.27 0.11 0.4
Hex 71 70 5B 0 1 13 38 39 B 28
Octal 161 160 133 0 1 23 70 71 13 50
Binary 1110001 1110000 1011011 0 1 10011 111000 111001 1011 101000

Color Harmonies of #71705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71705B

Black with #71705B

Text Example


Text Example

White with #71705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71705B; }

 p { color: rgb(113,112,91); }

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

background-color css

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

 a { background-color: rgb(113,112,91); }

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

border-color css

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

 span { border-color: rgb(113,112,91); }

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