Html Css Color HEX #706F38 Crete

📋 copy color: '#706F38'

red 112 ◦ green 111 ◦ blue 56

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

Shades of Crete #706F38

Tints of Crete #706F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.07%

R = 40.14%
G = 39.78%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#706F38 (or 0x706F38) is known color: Crete. HEX triplet: 70, 6F and 38. RGB value is (112,111,56). Sum of RGB (Red+Green+Blue) = 112+111+56=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F38 is #8F90C7. Grayscale: #696969. Windows color (decimal): -9408712 or 3698544. OLE color: 3698544.

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

Color convert

RGB 112 111 56 -
CMYK 0 0.01 0.50 0.56
HSL 58.93º 0.33% 0.33% -
HSV(B) 58.93º 0.5% 0.44% -
XYZ 13.08 15.1 5.97 -
YUV 105.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 112 111 56 0 0.01 0.50 0.56 58.93 0.33 0.33
Hex 70 6F 38 0 1 32 38 3B 21 21
Octal 160 157 70 0 1 62 70 73 41 41
Binary 1110000 1101111 111000 0 1 110010 111000 111011 100001 100001

Color Harmonies of #706F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F38

Black with #706F38

Text Example


Text Example

White with #706F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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