Html Css Color HEX #6B4A2E Dallas

📋 copy color: '#6B4A2E'

red 107 ◦ green 74 ◦ blue 46

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

Shades of Dallas #6B4A2E

Tints of Dallas #6B4A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

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

R = 47.14%
G = 32.6%
B = 20.26%

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

#6B4A2E (or 0x6B4A2E) is known color: Dallas. HEX triplet: 6B, 4A and 2E. RGB value is (107,74,46). Sum of RGB (Red+Green+Blue) = 107+74+46=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A2E is #94B5D1. Grayscale: #505050. Windows color (decimal): -9745874 or 3033707. OLE color: 3033707.

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

Color convert

RGB 107 74 46 -
CMYK 0 0.31 0.57 0.58
HSL 27.54º 0.4% 0.3% -
HSV(B) 27.54º 0.57% 0.42% -
XYZ 9.01 8.22 3.7 -
YUV 80.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 107 74 46 0 0.31 0.57 0.58 27.54 0.4 0.3
Hex 6B 4A 2E 0 1F 39 3A 1C 28 1E
Octal 153 112 56 0 37 71 72 34 50 36
Binary 1101011 1001010 101110 0 11111 111001 111010 11100 101000 11110

Color Harmonies of #6B4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A2E

Black with #6B4A2E

Text Example


Text Example

White with #6B4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,74,46); }

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

background-color css

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

 a { background-color: rgb(107,74,46); }

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

border-color css

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

 span { border-color: rgb(107,74,46); }

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