Html Css Color HEX #665005 Raw Umber

📋 copy color: '#665005'

red 102 ◦ green 80 ◦ blue 5

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

Shades of Raw Umber #665005

Tints of Raw Umber #665005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 54.55%
G = 42.78%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#665005 (or 0x665005) is known color: Raw Umber. HEX triplet: 66, 50 and 05. RGB value is (102,80,5). Sum of RGB (Red+Green+Blue) = 102+80+5=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #665005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665005 is #99AFFA. Grayscale: #4E4E4E. Windows color (decimal): -10072059 or 348262. OLE color: 348262.

HSL color Cylindrical-coordinate representation of color #665005: hue angle of 46.39º 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 #665005 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 5 -
CMYK 0 0.22 0.95 0.6
HSL 46.39º 0.91% 0.21% -
HSV(B) 46.39º 0.95% 0.4% -
XYZ 8.38 8.57 1.36 -
YUV 78.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 102 80 5 0 0.22 0.95 0.6 46.39 0.91 0.21
Hex 66 50 5 0 16 5F 3C 2E 5B 15
Octal 146 120 5 0 26 137 74 56 133 25
Binary 1100110 1010000 101 0 10110 1011111 111100 101110 1011011 10101

Color Harmonies of #665005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665005

Black with #665005

Text Example


Text Example

White with #665005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665005; }

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

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

background-color css

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

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

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

border-color css

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

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

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