Html Css Color HEX #685330 Horses Neck

📋 copy color: '#685330'

red 104 ◦ green 83 ◦ blue 48

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

Shades of Horses Neck #685330

Tints of Horses Neck #685330

RGB

 RED value IS 104 (41.02% from 255) = 44.26%

 GREEN value IS 83 (32.81% from 255) = 35.32%

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 44.26%
G = 35.32%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#685330 (or 0x685330) is known color: Horses Neck. HEX triplet: 68, 53 and 30. RGB value is (104,83,48). Sum of RGB (Red+Green+Blue) = 104+83+48=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #685330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685330 is #97ACCF. Grayscale: #555555. Windows color (decimal): -9940176 or 3167080. OLE color: 3167080.

HSL color Cylindrical-coordinate representation of color #685330: hue angle of 37.5º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685330 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 48 -
CMYK 0 0.20 0.54 0.59
HSL 37.5º 0.37% 0.3% -
HSV(B) 37.5º 0.54% 0.41% -
XYZ 9.34 9.34 4.11 -
YUV 85.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 104 83 48 0 0.20 0.54 0.59 37.5 0.37 0.3
Hex 68 53 30 0 14 36 3B 26 25 1E
Octal 150 123 60 0 24 66 73 46 45 36
Binary 1101000 1010011 110000 0 10100 110110 111011 100110 100101 11110

Color Harmonies of #685330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685330

Black with #685330

Text Example


Text Example

White with #685330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685330; }

 p { color: rgb(104,83,48); }

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

background-color css

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

 a { background-color: rgb(104,83,48); }

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

border-color css

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

 span { border-color: rgb(104,83,48); }

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