Html Css Color HEX #706317 Olivetone

📋 copy color: '#706317'

red 112 ◦ green 99 ◦ blue 23

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

Shades of Olivetone #706317

Tints of Olivetone #706317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

 BLUE value IS 23 (9.38% from 255) = 9.83%

R = 47.86%
G = 42.31%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706317 (or 0x706317) is known color: Olivetone. HEX triplet: 70, 63 and 17. RGB value is (112,99,23). Sum of RGB (Red+Green+Blue) = 112+99+23=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706317 is #8F9CE8. Grayscale: #5E5E5E. Windows color (decimal): -9411817 or 1532784. OLE color: 1532784.

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

Color convert

RGB 112 99 23 -
CMYK 0 0.12 0.79 0.56
HSL 51.24º 0.66% 0.26% -
HSV(B) 51.24º 0.79% 0.44% -
XYZ 11.3 12.43 2.61 -
YUV 94.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 112 99 23 0 0.12 0.79 0.56 51.24 0.66 0.26
Hex 70 63 17 0 C 4F 38 33 42 1A
Octal 160 143 27 0 14 117 70 63 102 32
Binary 1110000 1100011 10111 0 1100 1001111 111000 110011 1000010 11010

Color Harmonies of #706317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706317

Black with #706317

Text Example


Text Example

White with #706317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706317; }

 p { color: rgb(112,99,23); }

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

background-color css

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

 a { background-color: rgb(112,99,23); }

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

border-color css

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

 span { border-color: rgb(112,99,23); }

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