Html Css Color HEX #6B5A1E Horses Neck

📋 copy color: '#6B5A1E'

red 107 ◦ green 90 ◦ blue 30

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

Shades of Horses Neck #6B5A1E

Tints of Horses Neck #6B5A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 47.14%
G = 39.65%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B5A1E (or 0x6B5A1E) is known color: Horses Neck. HEX triplet: 6B, 5A and 1E. RGB value is (107,90,30). Sum of RGB (Red+Green+Blue) = 107+90+30=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A1E is #94A5E1. Grayscale: #585858. Windows color (decimal): -9741794 or 1989227. OLE color: 1989227.

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

Color convert

RGB 107 90 30 -
CMYK 0 0.16 0.72 0.58
HSL 46.75º 0.56% 0.27% -
HSV(B) 46.75º 0.72% 0.42% -
XYZ 9.95 10.53 2.74 -
YUV 88.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 107 90 30 0 0.16 0.72 0.58 46.75 0.56 0.27
Hex 6B 5A 1E 0 10 48 3A 2F 38 1B
Octal 153 132 36 0 20 110 72 57 70 33
Binary 1101011 1011010 11110 0 10000 1001000 111010 101111 111000 11011

Color Harmonies of #6B5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A1E

Black with #6B5A1E

Text Example


Text Example

White with #6B5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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