Html Css Color HEX #634B25 Dallas

📋 copy color: '#634B25'

red 99 ◦ green 75 ◦ blue 37

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

Shades of Dallas #634B25

Tints of Dallas #634B25

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.55%

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 46.92%
G = 35.55%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#634B25 (or 0x634B25) is known color: Dallas. HEX triplet: 63, 4B and 25. RGB value is (99,75,37). Sum of RGB (Red+Green+Blue) = 99+75+37=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #634B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B25 is #9CB4DA. Grayscale: #4E4E4E. Windows color (decimal): -10269915 or 2444131. OLE color: 2444131.

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

Color convert

RGB 99 75 37 -
CMYK 0 0.24 0.63 0.61
HSL 36.77º 0.46% 0.27% -
HSV(B) 36.77º 0.63% 0.39% -
XYZ 8 7.82 2.84 -
YUV 77.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 99 75 37 0 0.24 0.63 0.61 36.77 0.46 0.27
Hex 63 4B 25 0 18 3F 3D 25 2E 1B
Octal 143 113 45 0 30 77 75 45 56 33
Binary 1100011 1001011 100101 0 11000 111111 111101 100101 101110 11011

Color Harmonies of #634B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634B25

Black with #634B25

Text Example


Text Example

White with #634B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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