Html Css Color HEX #663D0F Raw Umber

📋 copy color: '#663D0F'

red 102 ◦ green 61 ◦ blue 15

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

Shades of Raw Umber #663D0F

Tints of Raw Umber #663D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 57.3%
G = 34.27%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#663D0F (or 0x663D0F) is known color: Raw Umber. HEX triplet: 66, 3D and 0F. RGB value is (102,61,15). Sum of RGB (Red+Green+Blue) = 102+61+15=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #663D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D0F is #99C2F0. Grayscale: #444444. Windows color (decimal): -10076913 or 998758. OLE color: 998758.

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

Color convert

RGB 102 61 15 -
CMYK 0 0.40 0.85 0.6
HSL 31.72º 0.74% 0.23% -
HSV(B) 31.72º 0.85% 0.4% -
XYZ 7.23 6.2 1.27 -
YUV 68.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 102 61 15 0 0.40 0.85 0.6 31.72 0.74 0.23
Hex 66 3D F 0 28 55 3C 20 4A 17
Octal 146 75 17 0 50 125 74 40 112 27
Binary 1100110 111101 1111 0 101000 1010101 111100 100000 1001010 10111

Color Harmonies of #663D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D0F

Black with #663D0F

Text Example


Text Example

White with #663D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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