Html Css Color HEX #706848 Crocodile

📋 copy color: '#706848'

red 112 ◦ green 104 ◦ blue 72

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

Shades of Crocodile #706848

Tints of Crocodile #706848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

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

R = 38.89%
G = 36.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706848 (or 0x706848) is known color: Crocodile. HEX triplet: 70, 68 and 48. RGB value is (112,104,72). Sum of RGB (Red+Green+Blue) = 112+104+72=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706848 is #8F97B7. Grayscale: #666666. Windows color (decimal): -9410488 or 4745328. OLE color: 4745328.

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

Color convert

RGB 112 104 72 -
CMYK 0 0.07 0.36 0.56
HSL 48º 0.22% 0.36% -
HSV(B) 48º 0.36% 0.44% -
XYZ 12.8 13.81 8.12 -
YUV 102.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 112 104 72 0 0.07 0.36 0.56 48 0.22 0.36
Hex 70 68 48 0 7 24 38 30 16 24
Octal 160 150 110 0 7 44 70 60 26 44
Binary 1110000 1101000 1001000 0 111 100100 111000 110000 10110 100100

Color Harmonies of #706848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706848

Black with #706848

Text Example


Text Example

White with #706848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706848; }

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

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

background-color css

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

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

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

border-color css

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

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

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