Html Css Color HEX #706F34 Crete

📋 copy color: '#706F34'

red 112 ◦ green 111 ◦ blue 52

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

Shades of Crete #706F34

Tints of Crete #706F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.36%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 40.73%
G = 40.36%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#706F34 (or 0x706F34) is known color: Crete. HEX triplet: 70, 6F and 34. RGB value is (112,111,52). Sum of RGB (Red+Green+Blue) = 112+111+52=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F34 is #8F90CB. Grayscale: #686868. Windows color (decimal): -9408716 or 3436400. OLE color: 3436400.

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

Color convert

RGB 112 111 52 -
CMYK 0 0.01 0.54 0.56
HSL 59º 0.37% 0.32% -
HSV(B) 59º 0.54% 0.44% -
XYZ 12.99 15.06 5.47 -
YUV 104.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 112 111 52 0 0.01 0.54 0.56 59 0.37 0.32
Hex 70 6F 34 0 1 36 38 3B 25 20
Octal 160 157 64 0 1 66 70 73 45 40
Binary 1110000 1101111 110100 0 1 110110 111000 111011 100101 100000

Color Harmonies of #706F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F34

Black with #706F34

Text Example


Text Example

White with #706F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,52); }

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

background-color css

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

 a { background-color: rgb(112,111,52); }

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

border-color css

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

 span { border-color: rgb(112,111,52); }

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