Html Css Color HEX #634021 Dark Brown

📋 copy color: '#634021'

red 99 ◦ green 64 ◦ blue 33

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

Shades of Dark Brown #634021

Tints of Dark Brown #634021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

 BLUE value IS 33 (13.28% from 255) = 16.84%

R = 50.51%
G = 32.65%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#634021 (or 0x634021) is known color: Dark Brown. HEX triplet: 63, 40 and 21. RGB value is (99,64,33). Sum of RGB (Red+Green+Blue) = 99+64+33=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #634021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634021 is #9CBFDE. Grayscale: #474747. Windows color (decimal): -10272735 or 2179171. OLE color: 2179171.

HSL color Cylindrical-coordinate representation of color #634021: hue angle of 28.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #634021 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 33 -
CMYK 0 0.35 0.67 0.61
HSL 28.18º 0.5% 0.26% -
HSV(B) 28.18º 0.67% 0.39% -
XYZ 7.25 6.43 2.3 -
YUV 70.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 99 64 33 0 0.35 0.67 0.61 28.18 0.5 0.26
Hex 63 40 21 0 23 43 3D 1C 32 1A
Octal 143 100 41 0 43 103 75 34 62 32
Binary 1100011 1000000 100001 0 100011 1000011 111101 11100 110010 11010

Color Harmonies of #634021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634021

Black with #634021

Text Example


Text Example

White with #634021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634021; }

 p { color: rgb(99,64,33); }

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

background-color css

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

 a { background-color: rgb(99,64,33); }

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

border-color css

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

 span { border-color: rgb(99,64,33); }

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