Html Css Color HEX #6C5034 Dallas

📋 copy color: '#6C5034'

red 108 ◦ green 80 ◦ blue 52

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

Shades of Dallas #6C5034

Tints of Dallas #6C5034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 52 (20.7% from 255) = 21.67%

R = 45%
G = 33.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#6C5034 (or 0x6C5034) is known color: Dallas. HEX triplet: 6C, 50 and 34. RGB value is (108,80,52). Sum of RGB (Red+Green+Blue) = 108+80+52=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5034 is #93AFCB. Grayscale: #555555. Windows color (decimal): -9678796 or 3428460. OLE color: 3428460.

HSL color Cylindrical-coordinate representation of color #6C5034: hue angle of 30º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C5034 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 80 52 -
CMYK 0 0.26 0.52 0.58
HSL 30º 0.35% 0.31% -
HSV(B) 30º 0.52% 0.42% -
XYZ 9.67 9.17 4.51 -
YUV 85.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 108 80 52 0 0.26 0.52 0.58 30 0.35 0.31
Hex 6C 50 34 0 1A 34 3A 1E 23 1F
Octal 154 120 64 0 32 64 72 36 43 37
Binary 1101100 1010000 110100 0 11010 110100 111010 11110 100011 11111

Color Harmonies of #6C5034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5034

Black with #6C5034

Text Example


Text Example

White with #6C5034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,52); }

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

background-color css

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

 a { background-color: rgb(108,80,52); }

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

border-color css

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

 span { border-color: rgb(108,80,52); }

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