#634B26

Color #634B26 Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #634B26

Tints of Dallas #634B26

Color information

#634B26 (or 0x634B26) is unknown color: approx Dallas. HEX triplet: 63, 4B and 26. RGB value is (99,75,38). Sum of RGB (Red+Green+Blue) = 99+75+38=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #634B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B26 is #9CB4D9. Grayscale: #4E4E4E. Windows color (decimal): -10269914 or 2509667. OLE color: 2509667.

HSL color Cylindrical-coordinate representation of color #634B26: hue angle of 36.39º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #634B26 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB997538-
CMYK00.240.620.61
HSL36.39º44.53%26.86%-
HSV(B)36.39º61.62%38.82%-
XYZ8.017.822.92-
YUV77.96105.45143.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=46.70%
G=35.38%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99753800.240.620.6136.3944.5326.86
Hex634B260183E3D242d1b
Octal143113460307675445533
Binary1100011100101110011001100011111011110110010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634B26; }

 p { color: rgb(99,75,38); }

 H1.HeaderClassName
 {
   color: #634B26;
 }
 .AnyTagClassName
 {
   color: #634B26;
 }
</style>
background-color css

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

 a { background-color: rgb(99,75,38); }

 div.DivClassName
 {
   background-color: #634B26;
 }
 .BgClassName
 {
   background-color: #634B26;
 }
</style>
border-color css

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

 span { border-color: rgb(99,75,38); }

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