Html Css Color HEX #61482E Dallas

📋 copy color: '#61482E'

red 97 ◦ green 72 ◦ blue 46

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

Shades of Dallas #61482E

Tints of Dallas #61482E

RGB

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

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

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

R = 45.12%
G = 33.49%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61482E (or 0x61482E) is known color: Dallas. HEX triplet: 61, 48 and 2E. RGB value is (97,72,46). Sum of RGB (Red+Green+Blue) = 97+72+46=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61482E is #9EB7D1. Grayscale: #4C4C4C. Windows color (decimal): -10401746 or 3033185. OLE color: 3033185.

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

Color convert

RGB 97 72 46 -
CMYK 0 0.26 0.53 0.62
HSL 30.59º 0.36% 0.28% -
HSV(B) 30.59º 0.53% 0.38% -
XYZ 7.74 7.37 3.6 -
YUV 76.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 97 72 46 0 0.26 0.53 0.62 30.59 0.36 0.28
Hex 61 48 2E 0 1A 35 3E 1F 24 1C
Octal 141 110 56 0 32 65 76 37 44 34
Binary 1100001 1001000 101110 0 11010 110101 111110 11111 100100 11100

Color Harmonies of #61482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61482E

Black with #61482E

Text Example


Text Example

White with #61482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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