Html Css Color HEX #706E35 Crete

📋 copy color: '#706E35'

red 112 ◦ green 110 ◦ blue 53

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

Shades of Crete #706E35

Tints of Crete #706E35

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

 BLUE value IS 53 (21.09% from 255) = 19.27%

R = 40.73%
G = 40%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#706E35 (or 0x706E35) is known color: Crete. HEX triplet: 70, 6E and 35. RGB value is (112,110,53). Sum of RGB (Red+Green+Blue) = 112+110+53=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E35 is #8F91CA. Grayscale: #686868. Windows color (decimal): -9408971 or 3501680. OLE color: 3501680.

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

Color convert

RGB 112 110 53 -
CMYK 0 0.02 0.53 0.56
HSL 57.97º 0.36% 0.32% -
HSV(B) 57.97º 0.53% 0.44% -
XYZ 12.9 14.85 5.56 -
YUV 104.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 112 110 53 0 0.02 0.53 0.56 57.97 0.36 0.32
Hex 70 6E 35 0 2 35 38 3A 24 20
Octal 160 156 65 0 2 65 70 72 44 40
Binary 1110000 1101110 110101 0 10 110101 111000 111010 100100 100000

Color Harmonies of #706E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E35

Black with #706E35

Text Example


Text Example

White with #706E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,53); }

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

background-color css

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

 a { background-color: rgb(112,110,53); }

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

border-color css

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

 span { border-color: rgb(112,110,53); }

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