Html Css Color HEX #663E0D Raw Umber

📋 copy color: '#663E0D'

red 102 ◦ green 62 ◦ blue 13

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

Shades of Raw Umber #663E0D

Tints of Raw Umber #663E0D

RGB

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

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

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

R = 57.63%
G = 35.03%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#663E0D (or 0x663E0D) is known color: Raw Umber. HEX triplet: 66, 3E and 0D. RGB value is (102,62,13). Sum of RGB (Red+Green+Blue) = 102+62+13=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663E0D is #99C1F2. Grayscale: #444444. Windows color (decimal): -10076659 or 867942. OLE color: 867942.

HSL color Cylindrical-coordinate representation of color #663E0D: hue angle of 33.03º 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 #663E0D is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 62 13 -
CMYK 0 0.39 0.87 0.6
HSL 33.03º 0.77% 0.23% -
HSV(B) 33.03º 0.87% 0.4% -
XYZ 7.27 6.3 1.21 -
YUV 68.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 102 62 13 0 0.39 0.87 0.6 33.03 0.77 0.23
Hex 66 3E D 0 27 57 3C 21 4D 17
Octal 146 76 15 0 47 127 74 41 115 27
Binary 1100110 111110 1101 0 100111 1010111 111100 100001 1001101 10111

Color Harmonies of #663E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663E0D

Black with #663E0D

Text Example


Text Example

White with #663E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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