Html Css Color HEX #706726 Olivetone

📋 copy color: '#706726'

red 112 ◦ green 103 ◦ blue 38

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

Shades of Olivetone #706726

Tints of Olivetone #706726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 44.27%
G = 40.71%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#706726 (or 0x706726) is known color: Olivetone. HEX triplet: 70, 67 and 26. RGB value is (112,103,38). Sum of RGB (Red+Green+Blue) = 112+103+38=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #706726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706726 is #8F98D9. Grayscale: #626262. Windows color (decimal): -9410778 or 2516848. OLE color: 2516848.

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

Color convert

RGB 112 103 38 -
CMYK 0 0.08 0.66 0.56
HSL 52.7º 0.49% 0.29% -
HSV(B) 52.7º 0.66% 0.44% -
XYZ 11.88 13.29 3.77 -
YUV 98.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 112 103 38 0 0.08 0.66 0.56 52.7 0.49 0.29
Hex 70 67 26 0 8 42 38 35 31 1D
Octal 160 147 46 0 10 102 70 65 61 35
Binary 1110000 1100111 100110 0 1000 1000010 111000 110101 110001 11101

Color Harmonies of #706726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706726

Black with #706726

Text Example


Text Example

White with #706726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706726; }

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

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

background-color css

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

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

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

border-color css

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

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

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