Html Css Color HEX #634628 Dallas

📋 copy color: '#634628'

red 99 ◦ green 70 ◦ blue 40

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

Shades of Dallas #634628

Tints of Dallas #634628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 47.37%
G = 33.49%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#634628 (or 0x634628) is known color: Dallas. HEX triplet: 63, 46 and 28. RGB value is (99,70,40). Sum of RGB (Red+Green+Blue) = 99+70+40=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #634628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634628 is #9CB9D7. Grayscale: #4B4B4B. Windows color (decimal): -10271192 or 2639459. OLE color: 2639459.

HSL color Cylindrical-coordinate representation of color #634628: hue angle of 30.51º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634628 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 70 40 -
CMYK 0 0.29 0.60 0.61
HSL 30.51º 0.42% 0.27% -
HSV(B) 30.51º 0.6% 0.39% -
XYZ 7.72 7.19 2.99 -
YUV 75.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 99 70 40 0 0.29 0.60 0.61 30.51 0.42 0.27
Hex 63 46 28 0 1D 3C 3D 1F 2A 1B
Octal 143 106 50 0 35 74 75 37 52 33
Binary 1100011 1000110 101000 0 11101 111100 111101 11111 101010 11011

Color Harmonies of #634628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634628

Black with #634628

Text Example


Text Example

White with #634628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634628; }

 p { color: rgb(99,70,40); }

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

background-color css

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

 a { background-color: rgb(99,70,40); }

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

border-color css

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

 span { border-color: rgb(99,70,40); }

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