Html Css Color HEX #633D1C Dark Brown

📋 copy color: '#633D1C'

red 99 ◦ green 61 ◦ blue 28

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

Shades of Dark Brown #633D1C

Tints of Dark Brown #633D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.45%

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

R = 52.66%
G = 32.45%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#633D1C (or 0x633D1C) is known color: Dark Brown. HEX triplet: 63, 3D and 1C. RGB value is (99,61,28). Sum of RGB (Red+Green+Blue) = 99+61+28=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #633D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D1C is #9CC2E3. Grayscale: #444444. Windows color (decimal): -10273508 or 1850723. OLE color: 1850723.

HSL color Cylindrical-coordinate representation of color #633D1C: hue angle of 27.89º 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 #633D1C is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 61 28 -
CMYK 0 0.38 0.72 0.61
HSL 27.89º 0.56% 0.25% -
HSV(B) 27.89º 0.72% 0.39% -
XYZ 7.02 6.07 1.9 -
YUV 68.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 99 61 28 0 0.38 0.72 0.61 27.89 0.56 0.25
Hex 63 3D 1C 0 26 48 3D 1C 38 19
Octal 143 75 34 0 46 110 75 34 70 31
Binary 1100011 111101 11100 0 100110 1001000 111101 11100 111000 11001

Color Harmonies of #633D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633D1C

Black with #633D1C

Text Example


Text Example

White with #633D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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