Html Css Color HEX #706746 Crocodile

📋 copy color: '#706746'

red 112 ◦ green 103 ◦ blue 70

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

Shades of Crocodile #706746

Tints of Crocodile #706746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 39.3%
G = 36.14%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706746 (or 0x706746) is known color: Crocodile. HEX triplet: 70, 67 and 46. RGB value is (112,103,70). Sum of RGB (Red+Green+Blue) = 112+103+70=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706746 is #8F98B9. Grayscale: #666666. Windows color (decimal): -9410746 or 4614000. OLE color: 4614000.

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

Color convert

RGB 112 103 70 -
CMYK 0 0.08 0.38 0.56
HSL 47.14º 0.23% 0.36% -
HSV(B) 47.14º 0.38% 0.44% -
XYZ 12.64 13.59 7.75 -
YUV 101.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 112 103 70 0 0.08 0.38 0.56 47.14 0.23 0.36
Hex 70 67 46 0 8 26 38 2F 17 24
Octal 160 147 106 0 10 46 70 57 27 44
Binary 1110000 1100111 1000110 0 1000 100110 111000 101111 10111 100100

Color Harmonies of #706746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706746

Black with #706746

Text Example


Text Example

White with #706746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706746; }

 p { color: rgb(112,103,70); }

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

background-color css

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

 a { background-color: rgb(112,103,70); }

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

border-color css

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

 span { border-color: rgb(112,103,70); }

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