Html Css Color HEX #706715 Olivetone

📋 copy color: '#706715'

red 112 ◦ green 103 ◦ blue 21

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

Shades of Olivetone #706715

Tints of Olivetone #706715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.64%

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 47.46%
G = 43.64%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#706715 (or 0x706715) is known color: Olivetone. HEX triplet: 70, 67 and 15. RGB value is (112,103,21). Sum of RGB (Red+Green+Blue) = 112+103+21=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #706715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706715 is #8F98EA. Grayscale: #606060. Windows color (decimal): -9410795 or 1402736. OLE color: 1402736.

HSL color Cylindrical-coordinate representation of color #706715: hue angle of 54.07º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #706715 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 21 -
CMYK 0 0.08 0.81 0.56
HSL 54.07º 0.68% 0.26% -
HSV(B) 54.07º 0.81% 0.44% -
XYZ 11.67 13.2 2.64 -
YUV 96.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 112 103 21 0 0.08 0.81 0.56 54.07 0.68 0.26
Hex 70 67 15 0 8 51 38 36 44 1A
Octal 160 147 25 0 10 121 70 66 104 32
Binary 1110000 1100111 10101 0 1000 1010001 111000 110110 1000100 11010

Color Harmonies of #706715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706715

Black with #706715

Text Example


Text Example

White with #706715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706715; }

 p { color: rgb(112,103,21); }

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

background-color css

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

 a { background-color: rgb(112,103,21); }

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

border-color css

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

 span { border-color: rgb(112,103,21); }

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