Html Css Color HEX #6A4C30 Dallas

📋 copy color: '#6A4C30'

red 106 ◦ green 76 ◦ blue 48

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

Shades of Dallas #6A4C30

Tints of Dallas #6A4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 46.09%
G = 33.04%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6A4C30 (or 0x6A4C30) is known color: Dallas. HEX triplet: 6A, 4C and 30. RGB value is (106,76,48). Sum of RGB (Red+Green+Blue) = 106+76+48=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4C30 is #95B3CF. Grayscale: #515151. Windows color (decimal): -9810896 or 3165290. OLE color: 3165290.

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

Color convert

RGB 106 76 48 -
CMYK 0 0.28 0.55 0.58
HSL 28.97º 0.38% 0.3% -
HSV(B) 28.97º 0.55% 0.42% -
XYZ 9.06 8.45 3.95 -
YUV 81.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 106 76 48 0 0.28 0.55 0.58 28.97 0.38 0.3
Hex 6A 4C 30 0 1C 37 3A 1D 26 1E
Octal 152 114 60 0 34 67 72 35 46 36
Binary 1101010 1001100 110000 0 11100 110111 111010 11101 100110 11110

Color Harmonies of #6A4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4C30

Black with #6A4C30

Text Example


Text Example

White with #6A4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,76,48); }

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

background-color css

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

 a { background-color: rgb(106,76,48); }

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

border-color css

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

 span { border-color: rgb(106,76,48); }

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