Html Css Color HEX #706D39 Crete

📋 copy color: '#706D39'

red 112 ◦ green 109 ◦ blue 57

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

Shades of Crete #706D39

Tints of Crete #706D39

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.21%

 BLUE value IS 57 (22.66% from 255) = 20.5%

R = 40.29%
G = 39.21%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#706D39 (or 0x706D39) is known color: Crete. HEX triplet: 70, 6D and 39. RGB value is (112,109,57). Sum of RGB (Red+Green+Blue) = 112+109+57=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D39 is #8F92C6. Grayscale: #686868. Windows color (decimal): -9409223 or 3763568. OLE color: 3763568.

HSL color Cylindrical-coordinate representation of color #706D39: hue angle of 56.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706D39 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 109 57 -
CMYK 0 0.03 0.49 0.56
HSL 56.73º 0.33% 0.33% -
HSV(B) 56.73º 0.49% 0.44% -
XYZ 12.89 14.68 6.02 -
YUV 103.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 112 109 57 0 0.03 0.49 0.56 56.73 0.33 0.33
Hex 70 6D 39 0 3 31 38 39 21 21
Octal 160 155 71 0 3 61 70 71 41 41
Binary 1110000 1101101 111001 0 11 110001 111000 111001 100001 100001

Color Harmonies of #706D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D39

Black with #706D39

Text Example


Text Example

White with #706D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706D39; }

 p { color: rgb(112,109,57); }

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

background-color css

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

 a { background-color: rgb(112,109,57); }

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

border-color css

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

 span { border-color: rgb(112,109,57); }

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