Html Css Color HEX #71694C Crocodile

📋 copy color: '#71694C'

red 113 ◦ green 105 ◦ blue 76

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

Shades of Crocodile #71694C

Tints of Crocodile #71694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 38.44%
G = 35.71%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71694C (or 0x71694C) is known color: Crocodile. HEX triplet: 71, 69 and 4C. RGB value is (113,105,76). Sum of RGB (Red+Green+Blue) = 113+105+76=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71694C is #8E96B3. Grayscale: #686868. Windows color (decimal): -9344692 or 5007729. OLE color: 5007729.

HSL color Cylindrical-coordinate representation of color #71694C: hue angle of 47.03º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71694C is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 76 -
CMYK 0 0.07 0.33 0.56
HSL 47.03º 0.2% 0.37% -
HSV(B) 47.03º 0.33% 0.44% -
XYZ 13.17 14.14 8.87 -
YUV 104.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 113 105 76 0 0.07 0.33 0.56 47.03 0.2 0.37
Hex 71 69 4C 0 7 21 38 2F 14 25
Octal 161 151 114 0 7 41 70 57 24 45
Binary 1110001 1101001 1001100 0 111 100001 111000 101111 10100 100101

Color Harmonies of #71694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71694C

Black with #71694C

Text Example


Text Example

White with #71694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71694C; }

 p { color: rgb(113,105,76); }

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

background-color css

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

 a { background-color: rgb(113,105,76); }

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

border-color css

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

 span { border-color: rgb(113,105,76); }

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