Html Css Color HEX #706748 Crocodile

📋 copy color: '#706748'

red 112 ◦ green 103 ◦ blue 72

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

Shades of Crocodile #706748

Tints of Crocodile #706748

RGB

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

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

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

R = 39.02%
G = 35.89%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706748 (or 0x706748) is known color: Crocodile. HEX triplet: 70, 67 and 48. RGB value is (112,103,72). Sum of RGB (Red+Green+Blue) = 112+103+72=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706748 is #8F98B7. Grayscale: #666666. Windows color (decimal): -9410744 or 4745072. OLE color: 4745072.

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

Color convert

RGB 112 103 72 -
CMYK 0 0.08 0.36 0.56
HSL 46.5º 0.22% 0.36% -
HSV(B) 46.5º 0.36% 0.44% -
XYZ 12.7 13.61 8.09 -
YUV 102.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 112 103 72 0 0.08 0.36 0.56 46.5 0.22 0.36
Hex 70 67 48 0 8 24 38 2E 16 24
Octal 160 147 110 0 10 44 70 56 26 44
Binary 1110000 1100111 1001000 0 1000 100100 111000 101110 10110 100100

Color Harmonies of #706748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706748

Black with #706748

Text Example


Text Example

White with #706748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706748; }

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

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

background-color css

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

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

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

border-color css

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

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

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