Html Css Color HEX #696823 Olivetone

📋 copy color: '#696823'

red 105 ◦ green 104 ◦ blue 35

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

Shades of Olivetone #696823

Tints of Olivetone #696823

RGB

 RED value IS 105 (41.41% from 255) = 43.03%

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 43.03%
G = 42.62%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#696823 (or 0x696823) is known color: Olivetone. HEX triplet: 69, 68 and 23. RGB value is (105,104,35). Sum of RGB (Red+Green+Blue) = 105+104+35=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #696823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696823 is #9697DC. Grayscale: #606060. Windows color (decimal): -9869277 or 2320489. OLE color: 2320489.

HSL color Cylindrical-coordinate representation of color #696823: hue angle of 59.14º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #696823 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 104 35 -
CMYK 0 0.01 0.67 0.59
HSL 59.14º 0.5% 0.27% -
HSV(B) 59.14º 0.67% 0.41% -
XYZ 11.08 13.03 3.52 -
YUV 96.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 105 104 35 0 0.01 0.67 0.59 59.14 0.5 0.27
Hex 69 68 23 0 1 43 3B 3B 32 1B
Octal 151 150 43 0 1 103 73 73 62 33
Binary 1101001 1101000 100011 0 1 1000011 111011 111011 110010 11011

Color Harmonies of #696823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696823

Black with #696823

Text Example


Text Example

White with #696823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696823; }

 p { color: rgb(105,104,35); }

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

background-color css

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

 a { background-color: rgb(105,104,35); }

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

border-color css

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

 span { border-color: rgb(105,104,35); }

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