Html Css Color HEX #634B26 Dallas

📋 copy color: '#634B26'

red 99 ◦ green 75 ◦ blue 38

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

Shades of Dallas #634B26

Tints of Dallas #634B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.92%

R = 46.7%
G = 35.38%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#634B26 (or 0x634B26) is known color: 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

RGB 99 75 38 -
CMYK 0 0.24 0.62 0.61
HSL 36.39º 0.45% 0.27% -
HSV(B) 36.39º 0.62% 0.39% -
XYZ 8.01 7.82 2.92 -
YUV 77.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 99 75 38 0 0.24 0.62 0.61 36.39 0.45 0.27
Hex 63 4B 26 0 18 3E 3D 24 2D 1B
Octal 143 113 46 0 30 76 75 44 55 33
Binary 1100011 1001011 100110 0 11000 111110 111101 100100 101101 11011

Color Harmonies of #634B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634B26

Black with #634B26

Text Example


Text Example

White with #634B26

Text Example


Text Example

HTML Codes & Css Web 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>