Html Css Color HEX #633C1F Dark Brown

📋 copy color: '#633C1F'

red 99 ◦ green 60 ◦ blue 31

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

Shades of Dark Brown #633C1F

Tints of Dark Brown #633C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 52.11%
G = 31.58%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#633C1F (or 0x633C1F) is known color: Dark Brown. HEX triplet: 63, 3C and 1F. RGB value is (99,60,31). Sum of RGB (Red+Green+Blue) = 99+60+31=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #633C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C1F is #9CC3E0. Grayscale: #444444. Windows color (decimal): -10273761 or 2047075. OLE color: 2047075.

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

Color convert

RGB 99 60 31 -
CMYK 0 0.39 0.69 0.61
HSL 25.59º 0.52% 0.25% -
HSV(B) 25.59º 0.69% 0.39% -
XYZ 7.01 5.98 2.08 -
YUV 68.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 99 60 31 0 0.39 0.69 0.61 25.59 0.52 0.25
Hex 63 3C 1F 0 27 45 3D 1A 34 19
Octal 143 74 37 0 47 105 75 32 64 31
Binary 1100011 111100 11111 0 100111 1000101 111101 11010 110100 11001

Color Harmonies of #633C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633C1F

Black with #633C1F

Text Example


Text Example

White with #633C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,60,31); }

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

background-color css

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

 a { background-color: rgb(99,60,31); }

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

border-color css

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

 span { border-color: rgb(99,60,31); }

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