Html Css Color HEX #706A4A Crocodile

📋 copy color: '#706A4A'

red 112 ◦ green 106 ◦ blue 74

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

Shades of Crocodile #706A4A

Tints of Crocodile #706A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 38.36%
G = 36.3%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#706A4A (or 0x706A4A) is known color: Crocodile. HEX triplet: 70, 6A and 4A. RGB value is (112,106,74). Sum of RGB (Red+Green+Blue) = 112+106+74=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A4A is #8F95B5. Grayscale: #686868. Windows color (decimal): -9409974 or 4876912. OLE color: 4876912.

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

Color convert

RGB 112 106 74 -
CMYK 0 0.05 0.34 0.56
HSL 50.53º 0.2% 0.36% -
HSV(B) 50.53º 0.34% 0.44% -
XYZ 13.07 14.25 8.54 -
YUV 104.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 112 106 74 0 0.05 0.34 0.56 50.53 0.2 0.36
Hex 70 6A 4A 0 5 22 38 33 14 24
Octal 160 152 112 0 5 42 70 63 24 44
Binary 1110000 1101010 1001010 0 101 100010 111000 110011 10100 100100

Color Harmonies of #706A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A4A

Black with #706A4A

Text Example


Text Example

White with #706A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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