Html Css Color HEX #663D05 Raw Umber

📋 copy color: '#663D05'

red 102 ◦ green 61 ◦ blue 5

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

Shades of Raw Umber #663D05

Tints of Raw Umber #663D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.98%

R = 60.71%
G = 36.31%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#663D05 (or 0x663D05) is known color: Raw Umber. HEX triplet: 66, 3D and 05. RGB value is (102,61,5). Sum of RGB (Red+Green+Blue) = 102+61+5=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #663D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D05 is #99C2FA. Grayscale: #434343. Windows color (decimal): -10076923 or 343398. OLE color: 343398.

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

Color convert

RGB 102 61 5 -
CMYK 0 0.40 0.95 0.6
HSL 34.64º 0.91% 0.21% -
HSV(B) 34.64º 0.95% 0.4% -
XYZ 7.18 6.17 0.96 -
YUV 66.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 102 61 5 0 0.40 0.95 0.6 34.64 0.91 0.21
Hex 66 3D 5 0 28 5F 3C 23 5B 15
Octal 146 75 5 0 50 137 74 43 133 25
Binary 1100110 111101 101 0 101000 1011111 111100 100011 1011011 10101

Color Harmonies of #663D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D05

Black with #663D05

Text Example


Text Example

White with #663D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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