Html Css Color HEX #675335 Horses Neck

📋 copy color: '#675335'

red 103 ◦ green 83 ◦ blue 53

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

Shades of Horses Neck #675335

Tints of Horses Neck #675335

RGB

 RED value IS 103 (40.63% from 255) = 43.1%

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

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 43.1%
G = 34.73%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#675335 (or 0x675335) is known color: Horses Neck. HEX triplet: 67, 53 and 35. RGB value is (103,83,53). Sum of RGB (Red+Green+Blue) = 103+83+53=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #675335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675335 is #98ACCA. Grayscale: #555555. Windows color (decimal): -10005707 or 3494759. OLE color: 3494759.

HSL color Cylindrical-coordinate representation of color #675335: hue angle of 36º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #675335 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 83 53 -
CMYK 0 0.19 0.49 0.60
HSL 36º 0.32% 0.31% -
HSV(B) 36º 0.49% 0.4% -
XYZ 9.33 9.33 4.68 -
YUV 85.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 103 83 53 0 0.19 0.49 0.60 36 0.32 0.31
Hex 67 53 35 0 13 31 3C 24 20 1F
Octal 147 123 65 0 23 61 74 44 40 37
Binary 1100111 1010011 110101 0 10011 110001 111100 100100 100000 11111

Color Harmonies of #675335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675335

Black with #675335

Text Example


Text Example

White with #675335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675335; }

 p { color: rgb(103,83,53); }

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

background-color css

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

 a { background-color: rgb(103,83,53); }

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

border-color css

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

 span { border-color: rgb(103,83,53); }

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