Html Css Color HEX #71674C Crocodile

📋 copy color: '#71674C'

red 113 ◦ green 103 ◦ blue 76

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

Shades of Crocodile #71674C

Tints of Crocodile #71674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

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

R = 38.7%
G = 35.27%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71674C (or 0x71674C) is known color: Crocodile. HEX triplet: 71, 67 and 4C. RGB value is (113,103,76). Sum of RGB (Red+Green+Blue) = 113+103+76=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71674C is #8E98B3. Grayscale: #676767. Windows color (decimal): -9345204 or 5007217. OLE color: 5007217.

HSL color Cylindrical-coordinate representation of color #71674C: hue angle of 43.78º 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 #71674C is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 76 -
CMYK 0 0.09 0.33 0.56
HSL 43.78º 0.2% 0.37% -
HSV(B) 43.78º 0.33% 0.44% -
XYZ 12.96 13.73 8.8 -
YUV 102.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 113 103 76 0 0.09 0.33 0.56 43.78 0.2 0.37
Hex 71 67 4C 0 9 21 38 2C 14 25
Octal 161 147 114 0 11 41 70 54 24 45
Binary 1110001 1100111 1001100 0 1001 100001 111000 101100 10100 100101

Color Harmonies of #71674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71674C

Black with #71674C

Text Example


Text Example

White with #71674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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