Html Css Color HEX #67492F Dallas

📋 copy color: '#67492F'

red 103 ◦ green 73 ◦ blue 47

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

Shades of Dallas #67492F

Tints of Dallas #67492F

RGB

 RED value IS 103 (40.63% from 255) = 46.19%

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 46.19%
G = 32.74%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#67492F (or 0x67492F) is known color: Dallas. HEX triplet: 67, 49 and 2F. RGB value is (103,73,47). Sum of RGB (Red+Green+Blue) = 103+73+47=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #67492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67492F is #98B6D0. Grayscale: #4F4F4F. Windows color (decimal): -10008273 or 3098983. OLE color: 3098983.

HSL color Cylindrical-coordinate representation of color #67492F: hue angle of 27.86º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67492F is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 73 47 -
CMYK 0 0.29 0.54 0.60
HSL 27.86º 0.37% 0.29% -
HSV(B) 27.86º 0.54% 0.4% -
XYZ 8.49 7.85 3.76 -
YUV 79.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 103 73 47 0 0.29 0.54 0.60 27.86 0.37 0.29
Hex 67 49 2F 0 1D 36 3C 1C 25 1D
Octal 147 111 57 0 35 66 74 34 45 35
Binary 1100111 1001001 101111 0 11101 110110 111100 11100 100101 11101

Color Harmonies of #67492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67492F

Black with #67492F

Text Example


Text Example

White with #67492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67492F; }

 p { color: rgb(103,73,47); }

 H1.HeaderClassName
 {
   color: #67492F;
 }
 .AnyTagClassName
 {
   color: #67492F;
 }
</style>

background-color css

<style>
 a { background-color: #67492F; }

 a { background-color: rgb(103,73,47); }

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

border-color css

<style>
 span { border-color: #67492F; }

 span { border-color: rgb(103,73,47); }

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