Html Css Color HEX #716C2F Crete

📋 copy color: '#716C2F'

red 113 ◦ green 108 ◦ blue 47

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

Shades of Crete #716C2F

Tints of Crete #716C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.3%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 42.16%
G = 40.3%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#716C2F (or 0x716C2F) is known color: Crete. HEX triplet: 71, 6C and 2F. RGB value is (113,108,47). Sum of RGB (Red+Green+Blue) = 113+108+47=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #716C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C2F is #8E93D0. Grayscale: #666666. Windows color (decimal): -9343953 or 3107953. OLE color: 3107953.

HSL color Cylindrical-coordinate representation of color #716C2F: hue angle of 55.45º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #716C2F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 108 47 -
CMYK 0 0.04 0.58 0.56
HSL 55.45º 0.41% 0.31% -
HSV(B) 55.45º 0.58% 0.44% -
XYZ 12.69 14.44 4.81 -
YUV 102.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 113 108 47 0 0.04 0.58 0.56 55.45 0.41 0.31
Hex 71 6C 2F 0 4 3A 38 37 29 1F
Octal 161 154 57 0 4 72 70 67 51 37
Binary 1110001 1101100 101111 0 100 111010 111000 110111 101001 11111

Color Harmonies of #716C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C2F

Black with #716C2F

Text Example


Text Example

White with #716C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716C2F; }

 p { color: rgb(113,108,47); }

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

background-color css

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

 a { background-color: rgb(113,108,47); }

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

border-color css

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

 span { border-color: rgb(113,108,47); }

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