Html Css Color HEX #706C35 Crete

📋 copy color: '#706C35'

red 112 ◦ green 108 ◦ blue 53

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

Shades of Crete #706C35

Tints of Crete #706C35

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.56%

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

R = 41.03%
G = 39.56%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#706C35 (or 0x706C35) is known color: Crete. HEX triplet: 70, 6C and 35. RGB value is (112,108,53). Sum of RGB (Red+Green+Blue) = 112+108+53=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #706C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C35 is #8F93CA. Grayscale: #676767. Windows color (decimal): -9409483 or 3501168. OLE color: 3501168.

HSL color Cylindrical-coordinate representation of color #706C35: hue angle of 55.93º 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 #706C35 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 108 53 -
CMYK 0 0.04 0.53 0.56
HSL 55.93º 0.36% 0.32% -
HSV(B) 55.93º 0.53% 0.44% -
XYZ 12.69 14.43 5.48 -
YUV 102.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 112 108 53 0 0.04 0.53 0.56 55.93 0.36 0.32
Hex 70 6C 35 0 4 35 38 38 24 20
Octal 160 154 65 0 4 65 70 70 44 40
Binary 1110000 1101100 110101 0 100 110101 111000 111000 100100 100000

Color Harmonies of #706C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C35

Black with #706C35

Text Example


Text Example

White with #706C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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