Html Css Color HEX #706D37 Crete

📋 copy color: '#706D37'

red 112 ◦ green 109 ◦ blue 55

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

Shades of Crete #706D37

Tints of Crete #706D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 40.58%
G = 39.49%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#706D37 (or 0x706D37) is known color: Crete. HEX triplet: 70, 6D and 37. RGB value is (112,109,55). Sum of RGB (Red+Green+Blue) = 112+109+55=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D37 is #8F92C8. Grayscale: #676767. Windows color (decimal): -9409225 or 3632496. OLE color: 3632496.

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

Color convert

RGB 112 109 55 -
CMYK 0 0.03 0.51 0.56
HSL 56.84º 0.34% 0.33% -
HSV(B) 56.84º 0.51% 0.44% -
XYZ 12.84 14.66 5.77 -
YUV 103.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 112 109 55 0 0.03 0.51 0.56 56.84 0.34 0.33
Hex 70 6D 37 0 3 33 38 39 22 21
Octal 160 155 67 0 3 63 70 71 42 41
Binary 1110000 1101101 110111 0 11 110011 111000 111001 100010 100001

Color Harmonies of #706D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D37

Black with #706D37

Text Example


Text Example

White with #706D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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