Html Css Color HEX #663D1A Dark Brown

📋 copy color: '#663D1A'

red 102 ◦ green 61 ◦ blue 26

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

Shades of Dark Brown #663D1A

Tints of Dark Brown #663D1A

RGB

 RED value IS 102 (40.23% from 255) = 53.97%

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 53.97%
G = 32.28%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#663D1A (or 0x663D1A) is known color: Dark Brown. HEX triplet: 66, 3D and 1A. RGB value is (102,61,26). Sum of RGB (Red+Green+Blue) = 102+61+26=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D1A is #99C2E5. Grayscale: #454545. Windows color (decimal): -10076902 or 1719654. OLE color: 1719654.

HSL color Cylindrical-coordinate representation of color #663D1A: hue angle of 27.63º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663D1A is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 61 26 -
CMYK 0 0.40 0.75 0.6
HSL 27.63º 0.59% 0.25% -
HSV(B) 27.63º 0.75% 0.4% -
XYZ 7.33 6.24 1.79 -
YUV 69.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 102 61 26 0 0.40 0.75 0.6 27.63 0.59 0.25
Hex 66 3D 1A 0 28 4B 3C 1C 3B 19
Octal 146 75 32 0 50 113 74 34 73 31
Binary 1100110 111101 11010 0 101000 1001011 111100 11100 111011 11001

Color Harmonies of #663D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D1A

Black with #663D1A

Text Example


Text Example

White with #663D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663D1A; }

 p { color: rgb(102,61,26); }

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

background-color css

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

 a { background-color: rgb(102,61,26); }

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

border-color css

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

 span { border-color: rgb(102,61,26); }

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