Html Css Color HEX #6C4B2E Dallas

📋 copy color: '#6C4B2E'

red 108 ◦ green 75 ◦ blue 46

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

Shades of Dallas #6C4B2E

Tints of Dallas #6C4B2E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.75%

 BLUE value IS 46 (18.36% from 255) = 20.09%

R = 47.16%
G = 32.75%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6C4B2E (or 0x6C4B2E) is known color: Dallas. HEX triplet: 6C, 4B and 2E. RGB value is (108,75,46). Sum of RGB (Red+Green+Blue) = 108+75+46=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4B2E is #93B4D1. Grayscale: #515151. Windows color (decimal): -9680082 or 3033964. OLE color: 3033964.

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

Color convert

RGB 108 75 46 -
CMYK 0 0.31 0.57 0.58
HSL 28.06º 0.4% 0.3% -
HSV(B) 28.06º 0.57% 0.42% -
XYZ 9.19 8.42 3.72 -
YUV 81.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 108 75 46 0 0.31 0.57 0.58 28.06 0.4 0.3
Hex 6C 4B 2E 0 1F 39 3A 1C 28 1E
Octal 154 113 56 0 37 71 72 34 50 36
Binary 1101100 1001011 101110 0 11111 111001 111010 11100 101000 11110

Color Harmonies of #6C4B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4B2E

Black with #6C4B2E

Text Example


Text Example

White with #6C4B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,75,46); }

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

background-color css

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

 a { background-color: rgb(108,75,46); }

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

border-color css

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

 span { border-color: rgb(108,75,46); }

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