Html Css Color HEX #65472B Dallas

📋 copy color: '#65472B'

red 101 ◦ green 71 ◦ blue 43

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

Shades of Dallas #65472B

Tints of Dallas #65472B

RGB

 RED value IS 101 (39.84% from 255) = 46.98%

 GREEN value IS 71 (28.13% from 255) = 33.02%

 BLUE value IS 43 (17.19% from 255) = 20%

R = 46.98%
G = 33.02%
B = 20%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#65472B (or 0x65472B) is known color: Dallas. HEX triplet: 65, 47 and 2B. RGB value is (101,71,43). Sum of RGB (Red+Green+Blue) = 101+71+43=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65472B is #9AB8D4. Grayscale: #4C4C4C. Windows color (decimal): -10139861 or 2836325. OLE color: 2836325.

HSL color Cylindrical-coordinate representation of color #65472B: hue angle of 28.97º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65472B is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 71 43 -
CMYK 0 0.30 0.57 0.60
HSL 28.97º 0.4% 0.28% -
HSV(B) 28.97º 0.57% 0.4% -
XYZ 8.06 7.45 3.3 -
YUV 76.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 101 71 43 0 0.30 0.57 0.60 28.97 0.4 0.28
Hex 65 47 2B 0 1E 39 3C 1D 28 1C
Octal 145 107 53 0 36 71 74 35 50 34
Binary 1100101 1000111 101011 0 11110 111001 111100 11101 101000 11100

Color Harmonies of #65472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65472B

Black with #65472B

Text Example


Text Example

White with #65472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65472B; }

 p { color: rgb(101,71,43); }

 H1.HeaderClassName
 {
   color: #65472B;
 }
 .AnyTagClassName
 {
   color: #65472B;
 }
</style>

background-color css

<style>
 a { background-color: #65472B; }

 a { background-color: rgb(101,71,43); }

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

border-color css

<style>
 span { border-color: #65472B; }

 span { border-color: rgb(101,71,43); }

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