Html Css Color HEX #6F5538 Shingle Fawn

📋 copy color: '#6F5538'

red 111 ◦ green 85 ◦ blue 56

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

Shades of Shingle Fawn #6F5538

Tints of Shingle Fawn #6F5538

RGB

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

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

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

R = 44.05%
G = 33.73%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F5538 (or 0x6F5538) is known color: Shingle Fawn. HEX triplet: 6F, 55 and 38. RGB value is (111,85,56). Sum of RGB (Red+Green+Blue) = 111+85+56=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5538 is #90AAC7. Grayscale: #595959. Windows color (decimal): -9480904 or 3691887. OLE color: 3691887.

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

Color convert

RGB 111 85 56 -
CMYK 0 0.23 0.50 0.56
HSL 31.64º 0.33% 0.33% -
HSV(B) 31.64º 0.5% 0.44% -
XYZ 10.52 10.16 5.15 -
YUV 89.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 111 85 56 0 0.23 0.50 0.56 31.64 0.33 0.33
Hex 6F 55 38 0 17 32 38 20 21 21
Octal 157 125 70 0 27 62 70 40 41 41
Binary 1101111 1010101 111000 0 10111 110010 111000 100000 100001 100001

Color Harmonies of #6F5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5538

Black with #6F5538

Text Example


Text Example

White with #6F5538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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