Html Css Color HEX #665236 Dallas

📋 copy color: '#665236'

red 102 ◦ green 82 ◦ blue 54

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

Shades of Dallas #665236

Tints of Dallas #665236

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 54 (21.48% from 255) = 22.69%

R = 42.86%
G = 34.45%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#665236 (or 0x665236) is known color: Dallas. HEX triplet: 66, 52 and 36. RGB value is (102,82,54). Sum of RGB (Red+Green+Blue) = 102+82+54=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #665236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665236 is #99ADC9. Grayscale: #545454. Windows color (decimal): -10071498 or 3560038. OLE color: 3560038.

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

Color convert

RGB 102 82 54 -
CMYK 0 0.20 0.47 0.6
HSL 35º 0.31% 0.31% -
HSV(B) 35º 0.47% 0.4% -
XYZ 9.16 9.13 4.77 -
YUV 84.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 102 82 54 0 0.20 0.47 0.6 35 0.31 0.31
Hex 66 52 36 0 14 2F 3C 23 1F 1F
Octal 146 122 66 0 24 57 74 43 37 37
Binary 1100110 1010010 110110 0 10100 101111 111100 100011 11111 11111

Color Harmonies of #665236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665236

Black with #665236

Text Example


Text Example

White with #665236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665236; }

 p { color: rgb(102,82,54); }

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

background-color css

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

 a { background-color: rgb(102,82,54); }

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

border-color css

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

 span { border-color: rgb(102,82,54); }

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