Html Css Color HEX #665207 Raw Umber

📋 copy color: '#665207'

red 102 ◦ green 82 ◦ blue 7

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

Shades of Raw Umber #665207

Tints of Raw Umber #665207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

 BLUE value IS 7 (3.13% from 255) = 3.66%

R = 53.4%
G = 42.93%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.6

RGB Variations

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

Color information

#665207 (or 0x665207) is known color: Raw Umber. HEX triplet: 66, 52 and 07. RGB value is (102,82,7). Sum of RGB (Red+Green+Blue) = 102+82+7=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #665207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665207 is #99ADF8. Grayscale: #4F4F4F. Windows color (decimal): -10071545 or 479846. OLE color: 479846.

HSL color Cylindrical-coordinate representation of color #665207: hue angle of 47.37º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #665207 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 7 -
CMYK 0 0.20 0.93 0.6
HSL 47.37º 0.87% 0.21% -
HSV(B) 47.37º 0.93% 0.4% -
XYZ 8.54 8.87 1.46 -
YUV 79.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 102 82 7 0 0.20 0.93 0.6 47.37 0.87 0.21
Hex 66 52 7 0 14 5D 3C 2F 57 15
Octal 146 122 7 0 24 135 74 57 127 25
Binary 1100110 1010010 111 0 10100 1011101 111100 101111 1010111 10101

Color Harmonies of #665207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665207

Black with #665207

Text Example


Text Example

White with #665207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665207; }

 p { color: rgb(102,82,7); }

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

background-color css

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

 a { background-color: rgb(102,82,7); }

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

border-color css

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

 span { border-color: rgb(102,82,7); }

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