Html Css Color HEX #663D0D Raw Umber

📋 copy color: '#663D0D'

red 102 ◦ green 61 ◦ blue 13

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

Shades of Raw Umber #663D0D

Tints of Raw Umber #663D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 57.95%
G = 34.66%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#663D0D (or 0x663D0D) is known color: Raw Umber. HEX triplet: 66, 3D and 0D. RGB value is (102,61,13). Sum of RGB (Red+Green+Blue) = 102+61+13=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #663D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D0D is #99C2F2. Grayscale: #444444. Windows color (decimal): -10076915 or 867686. OLE color: 867686.

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

Color convert

RGB 102 61 13 -
CMYK 0 0.40 0.87 0.6
HSL 32.36º 0.77% 0.23% -
HSV(B) 32.36º 0.87% 0.4% -
XYZ 7.22 6.19 1.2 -
YUV 67.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 102 61 13 0 0.40 0.87 0.6 32.36 0.77 0.23
Hex 66 3D D 0 28 57 3C 20 4D 17
Octal 146 75 15 0 50 127 74 40 115 27
Binary 1100110 111101 1101 0 101000 1010111 111100 100000 1001101 10111

Color Harmonies of #663D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D0D

Black with #663D0D

Text Example


Text Example

White with #663D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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