Html Css Color HEX #706A53 Crocodile

📋 copy color: '#706A53'

red 112 ◦ green 106 ◦ blue 83

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

Shades of Crocodile #706A53

Tints of Crocodile #706A53

RGB

 RED value IS 112 (44.14% from 255) = 37.21%

 GREEN value IS 106 (41.8% from 255) = 35.22%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 37.21%
G = 35.22%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#706A53 (or 0x706A53) is known color: Crocodile. HEX triplet: 70, 6A and 53. RGB value is (112,106,83). Sum of RGB (Red+Green+Blue) = 112+106+83=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A53 is #8F95AC. Grayscale: #696969. Windows color (decimal): -9409965 or 5466736. OLE color: 5466736.

HSL color Cylindrical-coordinate representation of color #706A53: hue angle of 47.59º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706A53 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 83 -
CMYK 0 0.05 0.26 0.56
HSL 47.59º 0.15% 0.38% -
HSV(B) 47.59º 0.26% 0.44% -
XYZ 13.4 14.38 10.25 -
YUV 105.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 112 106 83 0 0.05 0.26 0.56 47.59 0.15 0.38
Hex 70 6A 53 0 5 1A 38 30 F 26
Octal 160 152 123 0 5 32 70 60 17 46
Binary 1110000 1101010 1010011 0 101 11010 111000 110000 1111 100110

Color Harmonies of #706A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A53

Black with #706A53

Text Example


Text Example

White with #706A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A53; }

 p { color: rgb(112,106,83); }

 H1.HeaderClassName
 {
   color: #706A53;
 }
 .AnyTagClassName
 {
   color: #706A53;
 }
</style>

background-color css

<style>
 a { background-color: #706A53; }

 a { background-color: rgb(112,106,83); }

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

border-color css

<style>
 span { border-color: #706A53; }

 span { border-color: rgb(112,106,83); }

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