Html Css Color HEX #65472C Dallas

📋 copy color: '#65472C'

red 101 ◦ green 71 ◦ blue 44

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

Shades of Dallas #65472C

Tints of Dallas #65472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.37%

R = 46.76%
G = 32.87%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#65472C (or 0x65472C) is known color: Dallas. HEX triplet: 65, 47 and 2C. RGB value is (101,71,44). Sum of RGB (Red+Green+Blue) = 101+71+44=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65472C is #9AB8D3. Grayscale: #4D4D4D. Windows color (decimal): -10139860 or 2901861. OLE color: 2901861.

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

Color convert

RGB 101 71 44 -
CMYK 0 0.30 0.56 0.60
HSL 28.42º 0.39% 0.28% -
HSV(B) 28.42º 0.56% 0.4% -
XYZ 8.07 7.46 3.4 -
YUV 76.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 101 71 44 0 0.30 0.56 0.60 28.42 0.39 0.28
Hex 65 47 2C 0 1E 38 3C 1C 27 1C
Octal 145 107 54 0 36 70 74 34 47 34
Binary 1100101 1000111 101100 0 11110 111000 111100 11100 100111 11100

Color Harmonies of #65472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65472C

Black with #65472C

Text Example


Text Example

White with #65472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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