Html Css Color HEX #663A04 Raw Umber

📋 copy color: '#663A04'

red 102 ◦ green 58 ◦ blue 4

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

Shades of Raw Umber #663A04

Tints of Raw Umber #663A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 62.2%
G = 35.37%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#663A04 (or 0x663A04) is known color: Raw Umber. HEX triplet: 66, 3A and 04. RGB value is (102,58,4). Sum of RGB (Red+Green+Blue) = 102+58+4=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #663A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A04 is #99C5FB. Grayscale: #414141. Windows color (decimal): -10077692 or 277094. OLE color: 277094.

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

Color convert

RGB 102 58 4 -
CMYK 0 0.43 0.96 0.6
HSL 33.06º 0.92% 0.21% -
HSV(B) 33.06º 0.96% 0.4% -
XYZ 7.01 5.86 0.88 -
YUV 65 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 102 58 4 0 0.43 0.96 0.6 33.06 0.92 0.21
Hex 66 3A 4 0 2B 60 3C 21 5C 15
Octal 146 72 4 0 53 140 74 41 134 25
Binary 1100110 111010 100 0 101011 1100000 111100 100001 1011100 10101

Color Harmonies of #663A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A04

Black with #663A04

Text Example


Text Example

White with #663A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,58,4); }

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

background-color css

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

 a { background-color: rgb(102,58,4); }

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

border-color css

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

 span { border-color: rgb(102,58,4); }

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