Html Css Color HEX #6B5A39 Shingle Fawn

📋 copy color: '#6B5A39'

red 107 ◦ green 90 ◦ blue 57

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

Shades of Shingle Fawn #6B5A39

Tints of Shingle Fawn #6B5A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 42.13%
G = 35.43%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6B5A39 (or 0x6B5A39) is known color: Shingle Fawn. HEX triplet: 6B, 5A and 39. RGB value is (107,90,57). Sum of RGB (Red+Green+Blue) = 107+90+57=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A39 is #94A5C6. Grayscale: #5B5B5B. Windows color (decimal): -9741767 or 3758699. OLE color: 3758699.

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

Color convert

RGB 107 90 57 -
CMYK 0 0.16 0.47 0.58
HSL 39.6º 0.3% 0.32% -
HSV(B) 39.6º 0.47% 0.42% -
XYZ 10.46 10.73 5.39 -
YUV 91.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 107 90 57 0 0.16 0.47 0.58 39.6 0.3 0.32
Hex 6B 5A 39 0 10 2F 3A 28 1E 20
Octal 153 132 71 0 20 57 72 50 36 40
Binary 1101011 1011010 111001 0 10000 101111 111010 101000 11110 100000

Color Harmonies of #6B5A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A39

Black with #6B5A39

Text Example


Text Example

White with #6B5A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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