Html Css Color HEX #706C3B Crete

📋 copy color: '#706C3B'

red 112 ◦ green 108 ◦ blue 59

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

Shades of Crete #706C3B

Tints of Crete #706C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 40.14%
G = 38.71%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#706C3B (or 0x706C3B) is known color: Crete. HEX triplet: 70, 6C and 3B. RGB value is (112,108,59). Sum of RGB (Red+Green+Blue) = 112+108+59=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C3B is #8F93C4. Grayscale: #676767. Windows color (decimal): -9409477 or 3894384. OLE color: 3894384.

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

Color convert

RGB 112 108 59 -
CMYK 0 0.04 0.47 0.56
HSL 55.47º 0.31% 0.34% -
HSV(B) 55.47º 0.47% 0.44% -
XYZ 12.83 14.49 6.26 -
YUV 103.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 112 108 59 0 0.04 0.47 0.56 55.47 0.31 0.34
Hex 70 6C 3B 0 4 2F 38 37 1F 22
Octal 160 154 73 0 4 57 70 67 37 42
Binary 1110000 1101100 111011 0 100 101111 111000 110111 11111 100010

Color Harmonies of #706C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C3B

Black with #706C3B

Text Example


Text Example

White with #706C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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