Html Css Color HEX #6B5A38 Horses Neck

📋 copy color: '#6B5A38'

red 107 ◦ green 90 ◦ blue 56

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

Shades of Horses Neck #6B5A38

Tints of Horses Neck #6B5A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.13%

R = 42.29%
G = 35.57%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6B5A38 (or 0x6B5A38) is known color: Horses Neck. HEX triplet: 6B, 5A and 38. RGB value is (107,90,56). Sum of RGB (Red+Green+Blue) = 107+90+56=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A38 is #94A5C7. Grayscale: #5B5B5B. Windows color (decimal): -9741768 or 3693163. OLE color: 3693163.

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

Color convert

RGB 107 90 56 -
CMYK 0 0.16 0.48 0.58
HSL 40º 0.31% 0.32% -
HSV(B) 40º 0.48% 0.42% -
XYZ 10.43 10.72 5.26 -
YUV 91.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 107 90 56 0 0.16 0.48 0.58 40 0.31 0.32
Hex 6B 5A 38 0 10 30 3A 28 1F 20
Octal 153 132 70 0 20 60 72 50 37 40
Binary 1101011 1011010 111000 0 10000 110000 111010 101000 11111 100000

Color Harmonies of #6B5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A38

Black with #6B5A38

Text Example


Text Example

White with #6B5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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