Html Css Color HEX #706953 Crocodile

📋 copy color: '#706953'

red 112 ◦ green 105 ◦ blue 83

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

Shades of Crocodile #706953

Tints of Crocodile #706953

RGB

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

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

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

R = 37.33%
G = 35%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#706953 (or 0x706953) is known color: Crocodile. HEX triplet: 70, 69 and 53. RGB value is (112,105,83). Sum of RGB (Red+Green+Blue) = 112+105+83=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706953 is #8F96AC. Grayscale: #686868. Windows color (decimal): -9410221 or 5466480. OLE color: 5466480.

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

Color convert

RGB 112 105 83 -
CMYK 0 0.06 0.26 0.56
HSL 45.52º 0.15% 0.38% -
HSV(B) 45.52º 0.26% 0.44% -
XYZ 13.3 14.17 10.22 -
YUV 104.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 112 105 83 0 0.06 0.26 0.56 45.52 0.15 0.38
Hex 70 69 53 0 6 1A 38 2E F 26
Octal 160 151 123 0 6 32 70 56 17 46
Binary 1110000 1101001 1010011 0 110 11010 111000 101110 1111 100110

Color Harmonies of #706953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706953

Black with #706953

Text Example


Text Example

White with #706953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706953; }

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

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

background-color css

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

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

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

border-color css

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

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

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