Html Css Color HEX #6F5532 Shingle Fawn

📋 copy color: '#6F5532'

red 111 ◦ green 85 ◦ blue 50

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

Shades of Shingle Fawn #6F5532

Tints of Shingle Fawn #6F5532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 45.12%
G = 34.55%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F5532 (or 0x6F5532) is known color: Shingle Fawn. HEX triplet: 6F, 55 and 32. RGB value is (111,85,50). Sum of RGB (Red+Green+Blue) = 111+85+50=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5532 is #90AACD. Grayscale: #585858. Windows color (decimal): -9480910 or 3298671. OLE color: 3298671.

HSL color Cylindrical-coordinate representation of color #6F5532: hue angle of 34.43º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F5532 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 85 50 -
CMYK 0 0.23 0.55 0.56
HSL 34.43º 0.38% 0.32% -
HSV(B) 34.43º 0.55% 0.44% -
XYZ 10.38 10.11 4.42 -
YUV 88.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 111 85 50 0 0.23 0.55 0.56 34.43 0.38 0.32
Hex 6F 55 32 0 17 37 38 22 26 20
Octal 157 125 62 0 27 67 70 42 46 40
Binary 1101111 1010101 110010 0 10111 110111 111000 100010 100110 100000

Color Harmonies of #6F5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5532

Black with #6F5532

Text Example


Text Example

White with #6F5532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,50); }

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

background-color css

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

 a { background-color: rgb(111,85,50); }

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

border-color css

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

 span { border-color: rgb(111,85,50); }

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