Html Css Color HEX #6C5A38 Shingle Fawn

📋 copy color: '#6C5A38'

red 108 ◦ green 90 ◦ blue 56

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

Shades of Shingle Fawn #6C5A38

Tints of Shingle Fawn #6C5A38

RGB

 RED value IS 108 (42.58% from 255) = 42.52%

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

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

R = 42.52%
G = 35.43%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6C5A38 (or 0x6C5A38) is known color: Shingle Fawn. HEX triplet: 6C, 5A and 38. RGB value is (108,90,56). Sum of RGB (Red+Green+Blue) = 108+90+56=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5A38 is #93A5C7. Grayscale: #5B5B5B. Windows color (decimal): -9676232 or 3693164. OLE color: 3693164.

HSL color Cylindrical-coordinate representation of color #6C5A38: hue angle of 39.23º degrees, saturation: 0.32, 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 #6C5A38 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 90 56 -
CMYK 0 0.17 0.48 0.58
HSL 39.23º 0.32% 0.32% -
HSV(B) 39.23º 0.48% 0.42% -
XYZ 10.55 10.79 5.27 -
YUV 91.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 108 90 56 0 0.17 0.48 0.58 39.23 0.32 0.32
Hex 6C 5A 38 0 11 30 3A 27 20 20
Octal 154 132 70 0 21 60 72 47 40 40
Binary 1101100 1011010 111000 0 10001 110000 111010 100111 100000 100000

Color Harmonies of #6C5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5A38

Black with #6C5A38

Text Example


Text Example

White with #6C5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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