Html Css Color HEX #706D36 Crete

📋 copy color: '#706D36'

red 112 ◦ green 109 ◦ blue 54

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

Shades of Crete #706D36

Tints of Crete #706D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.64%

R = 40.73%
G = 39.64%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#706D36 (or 0x706D36) is known color: Crete. HEX triplet: 70, 6D and 36. RGB value is (112,109,54). Sum of RGB (Red+Green+Blue) = 112+109+54=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D36 is #8F92C9. Grayscale: #676767. Windows color (decimal): -9409226 or 3566960. OLE color: 3566960.

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

Color convert

RGB 112 109 54 -
CMYK 0 0.03 0.52 0.56
HSL 56.9º 0.35% 0.33% -
HSV(B) 56.9º 0.52% 0.44% -
XYZ 12.82 14.65 5.64 -
YUV 103.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 112 109 54 0 0.03 0.52 0.56 56.9 0.35 0.33
Hex 70 6D 36 0 3 34 38 39 23 21
Octal 160 155 66 0 3 64 70 71 43 41
Binary 1110000 1101101 110110 0 11 110100 111000 111001 100011 100001

Color Harmonies of #706D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D36

Black with #706D36

Text Example


Text Example

White with #706D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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