Html Css Color HEX #706946 Crocodile

📋 copy color: '#706946'

red 112 ◦ green 105 ◦ blue 70

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

Shades of Crocodile #706946

Tints of Crocodile #706946

RGB

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

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

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

R = 39.02%
G = 36.59%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706946 (or 0x706946) is known color: Crocodile. HEX triplet: 70, 69 and 46. RGB value is (112,105,70). Sum of RGB (Red+Green+Blue) = 112+105+70=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706946 is #8F96B9. Grayscale: #676767. Windows color (decimal): -9410234 or 4614512. OLE color: 4614512.

HSL color Cylindrical-coordinate representation of color #706946: hue angle of 50º 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 #706946 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 70 -
CMYK 0 0.06 0.38 0.56
HSL 50º 0.23% 0.36% -
HSV(B) 50º 0.38% 0.44% -
XYZ 12.84 13.99 7.82 -
YUV 103.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 112 105 70 0 0.06 0.38 0.56 50 0.23 0.36
Hex 70 69 46 0 6 26 38 32 17 24
Octal 160 151 106 0 6 46 70 62 27 44
Binary 1110000 1101001 1000110 0 110 100110 111000 110010 10111 100100

Color Harmonies of #706946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706946

Black with #706946

Text Example


Text Example

White with #706946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706946; }

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

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

background-color css

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

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

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

border-color css

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

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

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