Html Css Color HEX #663D0B Raw Umber

📋 copy color: '#663D0B'

red 102 ◦ green 61 ◦ blue 11

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

Shades of Raw Umber #663D0B

Tints of Raw Umber #663D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 58.62%
G = 35.06%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#663D0B (or 0x663D0B) is known color: Raw Umber. HEX triplet: 66, 3D and 0B. RGB value is (102,61,11). Sum of RGB (Red+Green+Blue) = 102+61+11=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D0B is #99C2F4. Grayscale: #434343. Windows color (decimal): -10076917 or 736614. OLE color: 736614.

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

Color convert

RGB 102 61 11 -
CMYK 0 0.40 0.89 0.6
HSL 32.97º 0.81% 0.22% -
HSV(B) 32.97º 0.89% 0.4% -
XYZ 7.21 6.19 1.13 -
YUV 67.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 102 61 11 0 0.40 0.89 0.6 32.97 0.81 0.22
Hex 66 3D B 0 28 59 3C 21 51 16
Octal 146 75 13 0 50 131 74 41 121 26
Binary 1100110 111101 1011 0 101000 1011001 111100 100001 1010001 10110

Color Harmonies of #663D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D0B

Black with #663D0B

Text Example


Text Example

White with #663D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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