Html Css Color HEX #633E14 Dark Brown

📋 copy color: '#633E14'

red 99 ◦ green 62 ◦ blue 20

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

Shades of Dark Brown #633E14

Tints of Dark Brown #633E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.25%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 54.7%
G = 34.25%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#633E14 (or 0x633E14) is known color: Dark Brown. HEX triplet: 63, 3E and 14. RGB value is (99,62,20). Sum of RGB (Red+Green+Blue) = 99+62+20=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #633E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633E14 is #9CC1EB. Grayscale: #444444. Windows color (decimal): -10273260 or 1326691. OLE color: 1326691.

HSL color Cylindrical-coordinate representation of color #633E14: hue angle of 31.9º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #633E14 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 62 20 -
CMYK 0 0.37 0.80 0.61
HSL 31.9º 0.66% 0.23% -
HSV(B) 31.9º 0.8% 0.39% -
XYZ 6.99 6.15 1.48 -
YUV 68.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 99 62 20 0 0.37 0.80 0.61 31.9 0.66 0.23
Hex 63 3E 14 0 25 50 3D 20 42 17
Octal 143 76 24 0 45 120 75 40 102 27
Binary 1100011 111110 10100 0 100101 1010000 111101 100000 1000010 10111

Color Harmonies of #633E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633E14

Black with #633E14

Text Example


Text Example

White with #633E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633E14; }

 p { color: rgb(99,62,20); }

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

background-color css

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

 a { background-color: rgb(99,62,20); }

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

border-color css

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

 span { border-color: rgb(99,62,20); }

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