Html Css Color HEX #674C2E Dallas

📋 copy color: '#674C2E'

red 103 ◦ green 76 ◦ blue 46

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

Shades of Dallas #674C2E

Tints of Dallas #674C2E

RGB

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

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

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

R = 45.78%
G = 33.78%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#674C2E (or 0x674C2E) is known color: Dallas. HEX triplet: 67, 4C and 2E. RGB value is (103,76,46). Sum of RGB (Red+Green+Blue) = 103+76+46=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #674C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C2E is #98B3D1. Grayscale: #505050. Windows color (decimal): -10007506 or 3034215. OLE color: 3034215.

HSL color Cylindrical-coordinate representation of color #674C2E: hue angle of 31.58º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674C2E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 76 46 -
CMYK 0 0.26 0.55 0.60
HSL 31.58º 0.38% 0.29% -
HSV(B) 31.58º 0.55% 0.4% -
XYZ 8.67 8.25 3.72 -
YUV 80.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 103 76 46 0 0.26 0.55 0.60 31.58 0.38 0.29
Hex 67 4C 2E 0 1A 37 3C 20 26 1D
Octal 147 114 56 0 32 67 74 40 46 35
Binary 1100111 1001100 101110 0 11010 110111 111100 100000 100110 11101

Color Harmonies of #674C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C2E

Black with #674C2E

Text Example


Text Example

White with #674C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674C2E; }

 p { color: rgb(103,76,46); }

 H1.HeaderClassName
 {
   color: #674C2E;
 }
 .AnyTagClassName
 {
   color: #674C2E;
 }
</style>

background-color css

<style>
 a { background-color: #674C2E; }

 a { background-color: rgb(103,76,46); }

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

border-color css

<style>
 span { border-color: #674C2E; }

 span { border-color: rgb(103,76,46); }

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