Html Css Color HEX #695021 Horses Neck

📋 copy color: '#695021'

red 105 ◦ green 80 ◦ blue 33

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

Shades of Horses Neck #695021

Tints of Horses Neck #695021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 48.17%
G = 36.7%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#695021 (or 0x695021) is known color: Horses Neck. HEX triplet: 69, 50 and 21. RGB value is (105,80,33). Sum of RGB (Red+Green+Blue) = 105+80+33=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #695021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695021 is #96AFDE. Grayscale: #525252. Windows color (decimal): -9875423 or 2183273. OLE color: 2183273.

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

Color convert

RGB 105 80 33 -
CMYK 0 0.24 0.69 0.59
HSL 39.17º 0.52% 0.27% -
HSV(B) 39.17º 0.69% 0.41% -
XYZ 8.97 8.85 2.67 -
YUV 82.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 105 80 33 0 0.24 0.69 0.59 39.17 0.52 0.27
Hex 69 50 21 0 18 45 3B 27 34 1B
Octal 151 120 41 0 30 105 73 47 64 33
Binary 1101001 1010000 100001 0 11000 1000101 111011 100111 110100 11011

Color Harmonies of #695021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695021

Black with #695021

Text Example


Text Example

White with #695021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695021; }

 p { color: rgb(105,80,33); }

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

background-color css

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

 a { background-color: rgb(105,80,33); }

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

border-color css

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

 span { border-color: rgb(105,80,33); }

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