Html Css Color HEX #634A22 Dark Brown

📋 copy color: '#634A22'

red 99 ◦ green 74 ◦ blue 34

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

Shades of Dark Brown #634A22

Tints of Dark Brown #634A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.43%

R = 47.83%
G = 35.75%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#634A22 (or 0x634A22) is known color: Dark Brown. HEX triplet: 63, 4A and 22. RGB value is (99,74,34). Sum of RGB (Red+Green+Blue) = 99+74+34=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #634A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A22 is #9CB5DD. Grayscale: #4D4D4D. Windows color (decimal): -10270174 or 2247267. OLE color: 2247267.

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

Color convert

RGB 99 74 34 -
CMYK 0 0.25 0.66 0.61
HSL 36.92º 0.49% 0.26% -
HSV(B) 36.92º 0.66% 0.39% -
XYZ 7.88 7.67 2.58 -
YUV 76.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 99 74 34 0 0.25 0.66 0.61 36.92 0.49 0.26
Hex 63 4A 22 0 19 42 3D 25 31 1A
Octal 143 112 42 0 31 102 75 45 61 32
Binary 1100011 1001010 100010 0 11001 1000010 111101 100101 110001 11010

Color Harmonies of #634A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A22

Black with #634A22

Text Example


Text Example

White with #634A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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