Html Css Color HEX #663F02 Raw Umber

📋 copy color: '#663F02'

red 102 ◦ green 63 ◦ blue 2

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

Shades of Raw Umber #663F02

Tints of Raw Umber #663F02

RGB

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

 GREEN value IS 63 (25% from 255) = 37.72%

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 61.08%
G = 37.72%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#663F02 (or 0x663F02) is known color: Raw Umber. HEX triplet: 66, 3F and 02. RGB value is (102,63,2). Sum of RGB (Red+Green+Blue) = 102+63+2=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #663F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F02 is #99C0FD. Grayscale: #434343. Windows color (decimal): -10076414 or 147302. OLE color: 147302.

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

Color convert

RGB 102 63 2 -
CMYK 0 0.38 0.98 0.6
HSL 36.6º 0.96% 0.2% -
HSV(B) 36.6º 0.98% 0.4% -
XYZ 7.27 6.38 0.91 -
YUV 67.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 102 63 2 0 0.38 0.98 0.6 36.6 0.96 0.2
Hex 66 3F 2 0 26 62 3C 25 60 14
Octal 146 77 2 0 46 142 74 45 140 24
Binary 1100110 111111 10 0 100110 1100010 111100 100101 1100000 10100

Color Harmonies of #663F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F02

Black with #663F02

Text Example


Text Example

White with #663F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,63,2); }

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

background-color css

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

 a { background-color: rgb(102,63,2); }

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

border-color css

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

 span { border-color: rgb(102,63,2); }

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