Html Css Color HEX #665305 Raw Umber

📋 copy color: '#665305'

red 102 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #665305

Tints of Raw Umber #665305

RGB

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

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

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

R = 53.68%
G = 43.68%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#665305 (or 0x665305) is known color: Raw Umber. HEX triplet: 66, 53 and 05. RGB value is (102,83,5). Sum of RGB (Red+Green+Blue) = 102+83+5=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #665305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665305 is #99ACFA. Grayscale: #505050. Windows color (decimal): -10071291 or 349030. OLE color: 349030.

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

Color convert

RGB 102 83 5 -
CMYK 0 0.19 0.95 0.6
HSL 48.25º 0.91% 0.21% -
HSV(B) 48.25º 0.95% 0.4% -
XYZ 8.6 9.02 1.43 -
YUV 79.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 102 83 5 0 0.19 0.95 0.6 48.25 0.91 0.21
Hex 66 53 5 0 13 5F 3C 30 5B 15
Octal 146 123 5 0 23 137 74 60 133 25
Binary 1100110 1010011 101 0 10011 1011111 111100 110000 1011011 10101

Color Harmonies of #665305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665305

Black with #665305

Text Example


Text Example

White with #665305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665305; }

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

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

background-color css

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

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

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

border-color css

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

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

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