Html Css Color HEX #706626 Olivetone

📋 copy color: '#706626'

red 112 ◦ green 102 ◦ blue 38

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

Shades of Olivetone #706626

Tints of Olivetone #706626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.48%

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

R = 44.44%
G = 40.48%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#706626 (or 0x706626) is known color: Olivetone. HEX triplet: 70, 66 and 26. RGB value is (112,102,38). Sum of RGB (Red+Green+Blue) = 112+102+38=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #706626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706626 is #8F99D9. Grayscale: #616161. Windows color (decimal): -9411034 or 2516592. OLE color: 2516592.

HSL color Cylindrical-coordinate representation of color #706626: hue angle of 51.89º 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 #706626 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 38 -
CMYK 0 0.09 0.66 0.56
HSL 51.89º 0.49% 0.29% -
HSV(B) 51.89º 0.66% 0.44% -
XYZ 11.78 13.09 3.74 -
YUV 97.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 112 102 38 0 0.09 0.66 0.56 51.89 0.49 0.29
Hex 70 66 26 0 9 42 38 34 31 1D
Octal 160 146 46 0 11 102 70 64 61 35
Binary 1110000 1100110 100110 0 1001 1000010 111000 110100 110001 11101

Color Harmonies of #706626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706626

Black with #706626

Text Example


Text Example

White with #706626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706626; }

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

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

background-color css

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

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

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

border-color css

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

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

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