Html Css Color HEX #61482D Dallas

📋 copy color: '#61482D'

red 97 ◦ green 72 ◦ blue 45

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

Shades of Dallas #61482D

Tints of Dallas #61482D

RGB

 RED value IS 97 (38.28% from 255) = 45.33%

 GREEN value IS 72 (28.52% from 255) = 33.64%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 45.33%
G = 33.64%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61482D (or 0x61482D) is known color: Dallas. HEX triplet: 61, 48 and 2D. RGB value is (97,72,45). Sum of RGB (Red+Green+Blue) = 97+72+45=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61482D is #9EB7D2. Grayscale: #4C4C4C. Windows color (decimal): -10401747 or 2967649. OLE color: 2967649.

HSL color Cylindrical-coordinate representation of color #61482D: hue angle of 31.15º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61482D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 72 45 -
CMYK 0 0.26 0.54 0.62
HSL 31.15º 0.37% 0.28% -
HSV(B) 31.15º 0.54% 0.38% -
XYZ 7.72 7.37 3.5 -
YUV 76.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 97 72 45 0 0.26 0.54 0.62 31.15 0.37 0.28
Hex 61 48 2D 0 1A 36 3E 1F 25 1C
Octal 141 110 55 0 32 66 76 37 45 34
Binary 1100001 1001000 101101 0 11010 110110 111110 11111 100101 11100

Color Harmonies of #61482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61482D

Black with #61482D

Text Example


Text Example

White with #61482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61482D; }

 p { color: rgb(97,72,45); }

 H1.HeaderClassName
 {
   color: #61482D;
 }
 .AnyTagClassName
 {
   color: #61482D;
 }
</style>

background-color css

<style>
 a { background-color: #61482D; }

 a { background-color: rgb(97,72,45); }

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

border-color css

<style>
 span { border-color: #61482D; }

 span { border-color: rgb(97,72,45); }

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