Html Css Color HEX #6A5838 Shingle Fawn

📋 copy color: '#6A5838'

red 106 ◦ green 88 ◦ blue 56

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

Shades of Shingle Fawn #6A5838

Tints of Shingle Fawn #6A5838

RGB

 RED value IS 106 (41.8% from 255) = 42.4%

 GREEN value IS 88 (34.77% from 255) = 35.2%

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

R = 42.4%
G = 35.2%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6A5838 (or 0x6A5838) is known color: Shingle Fawn. HEX triplet: 6A, 58 and 38. RGB value is (106,88,56). Sum of RGB (Red+Green+Blue) = 106+88+56=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5838 is #95A7C7. Grayscale: #595959. Windows color (decimal): -9807816 or 3692650. OLE color: 3692650.

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

Color convert

RGB 106 88 56 -
CMYK 0 0.17 0.47 0.58
HSL 38.4º 0.31% 0.32% -
HSV(B) 38.4º 0.47% 0.42% -
XYZ 10.15 10.33 5.2 -
YUV 89.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 106 88 56 0 0.17 0.47 0.58 38.4 0.31 0.32
Hex 6A 58 38 0 11 2F 3A 26 1F 20
Octal 152 130 70 0 21 57 72 46 37 40
Binary 1101010 1011000 111000 0 10001 101111 111010 100110 11111 100000

Color Harmonies of #6A5838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5838

Black with #6A5838

Text Example


Text Example

White with #6A5838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,56); }

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

background-color css

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

 a { background-color: rgb(106,88,56); }

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

border-color css

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

 span { border-color: rgb(106,88,56); }

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