Html Css Color HEX #634A1C Dark Brown

📋 copy color: '#634A1C'

red 99 ◦ green 74 ◦ blue 28

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

Shades of Dark Brown #634A1C

Tints of Dark Brown #634A1C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.82%

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 49.25%
G = 36.82%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#634A1C (or 0x634A1C) is known color: Dark Brown. HEX triplet: 63, 4A and 1C. RGB value is (99,74,28). Sum of RGB (Red+Green+Blue) = 99+74+28=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #634A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A1C is #9CB5E3. Grayscale: #4C4C4C. Windows color (decimal): -10270180 or 1854051. OLE color: 1854051.

HSL color Cylindrical-coordinate representation of color #634A1C: hue angle of 38.87º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #634A1C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 74 28 -
CMYK 0 0.25 0.72 0.61
HSL 38.87º 0.56% 0.25% -
HSV(B) 38.87º 0.72% 0.39% -
XYZ 7.8 7.63 2.16 -
YUV 76.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 99 74 28 0 0.25 0.72 0.61 38.87 0.56 0.25
Hex 63 4A 1C 0 19 48 3D 27 38 19
Octal 143 112 34 0 31 110 75 47 70 31
Binary 1100011 1001010 11100 0 11001 1001000 111101 100111 111000 11001

Color Harmonies of #634A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A1C

Black with #634A1C

Text Example


Text Example

White with #634A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,74,28); }

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

background-color css

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

 a { background-color: rgb(99,74,28); }

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

border-color css

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

 span { border-color: rgb(99,74,28); }

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