Html Css Color HEX #71694B Crocodile

📋 copy color: '#71694B'

red 113 ◦ green 105 ◦ blue 75

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

Shades of Crocodile #71694B

Tints of Crocodile #71694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 38.57%
G = 35.84%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71694B (or 0x71694B) is known color: Crocodile. HEX triplet: 71, 69 and 4B. RGB value is (113,105,75). Sum of RGB (Red+Green+Blue) = 113+105+75=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #71694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71694B is #8E96B4. Grayscale: #686868. Windows color (decimal): -9344693 or 4942193. OLE color: 4942193.

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

Color convert

RGB 113 105 75 -
CMYK 0 0.07 0.34 0.56
HSL 47.37º 0.2% 0.37% -
HSV(B) 47.37º 0.34% 0.44% -
XYZ 13.13 14.12 8.69 -
YUV 103.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 113 105 75 0 0.07 0.34 0.56 47.37 0.2 0.37
Hex 71 69 4B 0 7 22 38 2F 14 25
Octal 161 151 113 0 7 42 70 57 24 45
Binary 1110001 1101001 1001011 0 111 100010 111000 101111 10100 100101

Color Harmonies of #71694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71694B

Black with #71694B

Text Example


Text Example

White with #71694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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