Html Css Color HEX #635033 Dallas

📋 copy color: '#635033'

red 99 ◦ green 80 ◦ blue 51

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

Shades of Dallas #635033

Tints of Dallas #635033

RGB

 RED value IS 99 (39.06% from 255) = 43.04%

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 51 (20.31% from 255) = 22.17%

R = 43.04%
G = 34.78%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#635033 (or 0x635033) is known color: Dallas. HEX triplet: 63, 50 and 33. RGB value is (99,80,51). Sum of RGB (Red+Green+Blue) = 99+80+51=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #635033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635033 is #9CAFCC. Grayscale: #525252. Windows color (decimal): -10268621 or 3362915. OLE color: 3362915.

HSL color Cylindrical-coordinate representation of color #635033: hue angle of 36.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #635033 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 51 -
CMYK 0 0.19 0.48 0.61
HSL 36.25º 0.32% 0.29% -
HSV(B) 36.25º 0.48% 0.39% -
XYZ 8.61 8.63 4.34 -
YUV 82.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 99 80 51 0 0.19 0.48 0.61 36.25 0.32 0.29
Hex 63 50 33 0 13 30 3D 24 20 1D
Octal 143 120 63 0 23 60 75 44 40 35
Binary 1100011 1010000 110011 0 10011 110000 111101 100100 100000 11101

Color Harmonies of #635033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635033

Black with #635033

Text Example


Text Example

White with #635033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635033; }

 p { color: rgb(99,80,51); }

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

background-color css

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

 a { background-color: rgb(99,80,51); }

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

border-color css

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

 span { border-color: rgb(99,80,51); }

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