Html Css Color HEX #6F5725 Horses Neck

📋 copy color: '#6F5725'

red 111 ◦ green 87 ◦ blue 37

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

Shades of Horses Neck #6F5725

Tints of Horses Neck #6F5725

RGB

 RED value IS 111 (43.75% from 255) = 47.23%

 GREEN value IS 87 (34.38% from 255) = 37.02%

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

R = 47.23%
G = 37.02%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F5725 (or 0x6F5725) is known color: Horses Neck. HEX triplet: 6F, 57 and 25. RGB value is (111,87,37). Sum of RGB (Red+Green+Blue) = 111+87+37=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5725 is #90A8DA. Grayscale: #585858. Windows color (decimal): -9480411 or 2447215. OLE color: 2447215.

HSL color Cylindrical-coordinate representation of color #6F5725: hue angle of 40.54º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F5725 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 87 37 -
CMYK 0 0.22 0.67 0.56
HSL 40.54º 0.5% 0.29% -
HSV(B) 40.54º 0.67% 0.44% -
XYZ 10.3 10.33 3.2 -
YUV 88.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 111 87 37 0 0.22 0.67 0.56 40.54 0.5 0.29
Hex 6F 57 25 0 16 43 38 29 32 1D
Octal 157 127 45 0 26 103 70 51 62 35
Binary 1101111 1010111 100101 0 10110 1000011 111000 101001 110010 11101

Color Harmonies of #6F5725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5725

Black with #6F5725

Text Example


Text Example

White with #6F5725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,87,37); }

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

background-color css

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

 a { background-color: rgb(111,87,37); }

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

border-color css

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

 span { border-color: rgb(111,87,37); }

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