Html Css Color HEX #6B5A29 Horses Neck

📋 copy color: '#6B5A29'

red 107 ◦ green 90 ◦ blue 41

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

Shades of Horses Neck #6B5A29

Tints of Horses Neck #6B5A29

RGB

 RED value IS 107 (42.19% from 255) = 44.96%

 GREEN value IS 90 (35.55% from 255) = 37.82%

 BLUE value IS 41 (16.41% from 255) = 17.23%

R = 44.96%
G = 37.82%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B5A29 (or 0x6B5A29) is known color: Horses Neck. HEX triplet: 6B, 5A and 29. RGB value is (107,90,41). Sum of RGB (Red+Green+Blue) = 107+90+41=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A29 is #94A5D6. Grayscale: #595959. Windows color (decimal): -9741783 or 2710123. OLE color: 2710123.

HSL color Cylindrical-coordinate representation of color #6B5A29: hue angle of 44.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B5A29 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 90 41 -
CMYK 0 0.16 0.62 0.58
HSL 44.55º 0.45% 0.29% -
HSV(B) 44.55º 0.62% 0.42% -
XYZ 10.12 10.6 3.61 -
YUV 89.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 107 90 41 0 0.16 0.62 0.58 44.55 0.45 0.29
Hex 6B 5A 29 0 10 3E 3A 2D 2D 1D
Octal 153 132 51 0 20 76 72 55 55 35
Binary 1101011 1011010 101001 0 10000 111110 111010 101101 101101 11101

Color Harmonies of #6B5A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A29

Black with #6B5A29

Text Example


Text Example

White with #6B5A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B5A29; }

 p { color: rgb(107,90,41); }

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

background-color css

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

 a { background-color: rgb(107,90,41); }

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

border-color css

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

 span { border-color: rgb(107,90,41); }

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