Html Css Color HEX #706A48 Crocodile

📋 copy color: '#706A48'

red 112 ◦ green 106 ◦ blue 72

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

Shades of Crocodile #706A48

Tints of Crocodile #706A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 38.62%
G = 36.55%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706A48 (or 0x706A48) is known color: Crocodile. HEX triplet: 70, 6A and 48. RGB value is (112,106,72). Sum of RGB (Red+Green+Blue) = 112+106+72=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A48 is #8F95B7. Grayscale: #686868. Windows color (decimal): -9409976 or 4745840. OLE color: 4745840.

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

Color convert

RGB 112 106 72 -
CMYK 0 0.05 0.36 0.56
HSL 51º 0.22% 0.36% -
HSV(B) 51º 0.36% 0.44% -
XYZ 13.01 14.22 8.19 -
YUV 103.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 112 106 72 0 0.05 0.36 0.56 51 0.22 0.36
Hex 70 6A 48 0 5 24 38 33 16 24
Octal 160 152 110 0 5 44 70 63 26 44
Binary 1110000 1101010 1001000 0 101 100100 111000 110011 10110 100100

Color Harmonies of #706A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A48

Black with #706A48

Text Example


Text Example

White with #706A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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