Html Css Color HEX #6B5225 Horses Neck

📋 copy color: '#6B5225'

red 107 ◦ green 82 ◦ blue 37

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

Shades of Horses Neck #6B5225

Tints of Horses Neck #6B5225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

 BLUE value IS 37 (14.84% from 255) = 16.37%

R = 47.35%
G = 36.28%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B5225 (or 0x6B5225) is known color: Horses Neck. HEX triplet: 6B, 52 and 25. RGB value is (107,82,37). Sum of RGB (Red+Green+Blue) = 107+82+37=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5225 is #94ADDA. Grayscale: #545454. Windows color (decimal): -9743835 or 2445931. OLE color: 2445931.

HSL color Cylindrical-coordinate representation of color #6B5225: hue angle of 38.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B5225 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 82 37 -
CMYK 0 0.23 0.65 0.58
HSL 38.57º 0.49% 0.28% -
HSV(B) 38.57º 0.65% 0.42% -
XYZ 9.41 9.29 3.05 -
YUV 84.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 107 82 37 0 0.23 0.65 0.58 38.57 0.49 0.28
Hex 6B 52 25 0 17 41 3A 27 31 1C
Octal 153 122 45 0 27 101 72 47 61 34
Binary 1101011 1010010 100101 0 10111 1000001 111010 100111 110001 11100

Color Harmonies of #6B5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5225

Black with #6B5225

Text Example


Text Example

White with #6B5225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,82,37); }

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

background-color css

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

 a { background-color: rgb(107,82,37); }

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

border-color css

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

 span { border-color: rgb(107,82,37); }

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