Html Css Color HEX #634F38 Dallas

📋 copy color: '#634F38'

red 99 ◦ green 79 ◦ blue 56

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

Shades of Dallas #634F38

Tints of Dallas #634F38

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.76%

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 42.31%
G = 33.76%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#634F38 (or 0x634F38) is known color: Dallas. HEX triplet: 63, 4F and 38. RGB value is (99,79,56). Sum of RGB (Red+Green+Blue) = 99+79+56=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F38 is #9CB0C7. Grayscale: #525252. Windows color (decimal): -10268872 or 3690339. OLE color: 3690339.

HSL color Cylindrical-coordinate representation of color #634F38: hue angle of 32.09º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #634F38 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 79 56 -
CMYK 0 0.20 0.43 0.61
HSL 32.09º 0.28% 0.3% -
HSV(B) 32.09º 0.43% 0.39% -
XYZ 8.66 8.53 4.93 -
YUV 82.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 99 79 56 0 0.20 0.43 0.61 32.09 0.28 0.3
Hex 63 4F 38 0 14 2B 3D 20 1C 1E
Octal 143 117 70 0 24 53 75 40 34 36
Binary 1100011 1001111 111000 0 10100 101011 111101 100000 11100 11110

Color Harmonies of #634F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634F38

Black with #634F38

Text Example


Text Example

White with #634F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,79,56); }

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

background-color css

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

 a { background-color: rgb(99,79,56); }

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

border-color css

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

 span { border-color: rgb(99,79,56); }

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