Html Css Color HEX #66462B Dallas

📋 copy color: '#66462B'

red 102 ◦ green 70 ◦ blue 43

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

Shades of Dallas #66462B

Tints of Dallas #66462B

RGB

 RED value IS 102 (40.23% from 255) = 47.44%

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 47.44%
G = 32.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#66462B (or 0x66462B) is known color: Dallas. HEX triplet: 66, 46 and 2B. RGB value is (102,70,43). Sum of RGB (Red+Green+Blue) = 102+70+43=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66462B is #99B9D4. Grayscale: #4C4C4C. Windows color (decimal): -10074581 or 2836070. OLE color: 2836070.

HSL color Cylindrical-coordinate representation of color #66462B: hue angle of 27.46º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66462B is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 43 -
CMYK 0 0.31 0.58 0.6
HSL 27.46º 0.41% 0.28% -
HSV(B) 27.46º 0.58% 0.4% -
XYZ 8.11 7.38 3.28 -
YUV 76.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 102 70 43 0 0.31 0.58 0.6 27.46 0.41 0.28
Hex 66 46 2B 0 1F 3A 3C 1B 29 1C
Octal 146 106 53 0 37 72 74 33 51 34
Binary 1100110 1000110 101011 0 11111 111010 111100 11011 101001 11100

Color Harmonies of #66462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66462B

Black with #66462B

Text Example


Text Example

White with #66462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,70,43); }

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

background-color css

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

 a { background-color: rgb(102,70,43); }

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

border-color css

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

 span { border-color: rgb(102,70,43); }

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