Html Css Color HEX #665304 Raw Umber

📋 copy color: '#665304'

red 102 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #665304

Tints of Raw Umber #665304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

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

R = 53.97%
G = 43.92%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#665304 (or 0x665304) is known color: Raw Umber. HEX triplet: 66, 53 and 04. RGB value is (102,83,4). Sum of RGB (Red+Green+Blue) = 102+83+4=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #665304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665304 is #99ACFB. Grayscale: #505050. Windows color (decimal): -10071292 or 283494. OLE color: 283494.

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

Color convert

RGB 102 83 4 -
CMYK 0 0.19 0.96 0.6
HSL 48.37º 0.92% 0.21% -
HSV(B) 48.37º 0.96% 0.4% -
XYZ 8.59 9.02 1.4 -
YUV 79.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 102 83 4 0 0.19 0.96 0.6 48.37 0.92 0.21
Hex 66 53 4 0 13 60 3C 30 5C 15
Octal 146 123 4 0 23 140 74 60 134 25
Binary 1100110 1010011 100 0 10011 1100000 111100 110000 1011100 10101

Color Harmonies of #665304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665304

Black with #665304

Text Example


Text Example

White with #665304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665304; }

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

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

background-color css

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

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

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

border-color css

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

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

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