#69671E

Color #69671E Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #69671E

Tints of Olivetone #69671E

Color information

#69671E (or 0x69671E) is unknown color: approx Olivetone. HEX triplet: 69, 67 and 1E. RGB value is (105,103,30). Sum of RGB (Red+Green+Blue) = 105+103+30=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #69671E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69671E is #9698E1. Grayscale: #5F5F5F. Windows color (decimal): -9869538 or 1992553. OLE color: 1992553.

HSL color Cylindrical-coordinate representation of color #69671E: hue angle of 58.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69671E is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB10510330-
CMYK00.020.710.59
HSL58.4º55.56%26.47%-
HSV(B)58.4º71.43%41.18%-
XYZ10.9112.83.12-
YUV95.2891.16134.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 103 (40.62% from 255) = 43.28%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=44.12%
G=43.28%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051033000.020.710.5958.455.5626.47
Hex69671E02473B3a381a
Octal151147360210773727032
Binary1101001110011111110010100011111101111101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69671E; }

 p { color: rgb(105,103,30); }

 H1.HeaderClassName
 {
   color: #69671E;
 }
 .AnyTagClassName
 {
   color: #69671E;
 }
</style>
background-color css

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

 a { background-color: rgb(105,103,30); }

 div.DivClassName
 {
   background-color: #69671E;
 }
 .BgClassName
 {
   background-color: #69671E;
 }
</style>
border-color css

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

 span { border-color: rgb(105,103,30); }

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