Html Css Color HEX #706D32 Crete

📋 copy color: '#706D32'

red 112 ◦ green 109 ◦ blue 50

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

Shades of Crete #706D32

Tints of Crete #706D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 41.33%
G = 40.22%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#706D32 (or 0x706D32) is known color: Crete. HEX triplet: 70, 6D and 32. RGB value is (112,109,50). Sum of RGB (Red+Green+Blue) = 112+109+50=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #706D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D32 is #8F92CD. Grayscale: #676767. Windows color (decimal): -9409230 or 3304816. OLE color: 3304816.

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

Color convert

RGB 112 109 50 -
CMYK 0 0.03 0.55 0.56
HSL 57.1º 0.38% 0.32% -
HSV(B) 57.1º 0.55% 0.44% -
XYZ 12.73 14.61 5.17 -
YUV 103.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 112 109 50 0 0.03 0.55 0.56 57.1 0.38 0.32
Hex 70 6D 32 0 3 37 38 39 26 20
Octal 160 155 62 0 3 67 70 71 46 40
Binary 1110000 1101101 110010 0 11 110111 111000 111001 100110 100000

Color Harmonies of #706D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D32

Black with #706D32

Text Example


Text Example

White with #706D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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