Html Css Color HEX #61482A Dallas

📋 copy color: '#61482A'

red 97 ◦ green 72 ◦ blue 42

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

Shades of Dallas #61482A

Tints of Dallas #61482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 45.97%
G = 34.12%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61482A (or 0x61482A) is known color: Dallas. HEX triplet: 61, 48 and 2A. RGB value is (97,72,42). Sum of RGB (Red+Green+Blue) = 97+72+42=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61482A is #9EB7D5. Grayscale: #4C4C4C. Windows color (decimal): -10401750 or 2771041. OLE color: 2771041.

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

Color convert

RGB 97 72 42 -
CMYK 0 0.26 0.57 0.62
HSL 32.73º 0.4% 0.27% -
HSV(B) 32.73º 0.57% 0.38% -
XYZ 7.67 7.34 3.2 -
YUV 76.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 97 72 42 0 0.26 0.57 0.62 32.73 0.4 0.27
Hex 61 48 2A 0 1A 39 3E 21 28 1B
Octal 141 110 52 0 32 71 76 41 50 33
Binary 1100001 1001000 101010 0 11010 111001 111110 100001 101000 11011

Color Harmonies of #61482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61482A

Black with #61482A

Text Example


Text Example

White with #61482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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