Html Css Color HEX #61482F Dallas

📋 copy color: '#61482F'

red 97 ◦ green 72 ◦ blue 47

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

Shades of Dallas #61482F

Tints of Dallas #61482F

RGB

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

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

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

R = 44.91%
G = 33.33%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61482F (or 0x61482F) is known color: Dallas. HEX triplet: 61, 48 and 2F. RGB value is (97,72,47). Sum of RGB (Red+Green+Blue) = 97+72+47=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61482F is #9EB7D0. Grayscale: #4C4C4C. Windows color (decimal): -10401745 or 3098721. OLE color: 3098721.

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

Color convert

RGB 97 72 47 -
CMYK 0 0.26 0.52 0.62
HSL 30º 0.35% 0.28% -
HSV(B) 30º 0.52% 0.38% -
XYZ 7.76 7.38 3.71 -
YUV 76.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 97 72 47 0 0.26 0.52 0.62 30 0.35 0.28
Hex 61 48 2F 0 1A 34 3E 1E 23 1C
Octal 141 110 57 0 32 64 76 36 43 34
Binary 1100001 1001000 101111 0 11010 110100 111110 11110 100011 11100

Color Harmonies of #61482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61482F

Black with #61482F

Text Example


Text Example

White with #61482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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