Html Css Color HEX #665D00 Raw Umber

📋 copy color: '#665D00'

red 102 ◦ green 93 ◦ blue 0

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

Shades of Raw Umber #665D00

Tints of Raw Umber #665D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.31%
G = 47.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#665D00 (or 0x665D00) is known color: Raw Umber. HEX triplet: 66, 5D and 00. RGB value is (102,93,0). Sum of RGB (Red+Green+Blue) = 102+93+0=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #665D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D00 is #99A2FF. Grayscale: #555555. Windows color (decimal): -10068736 or 23910. OLE color: 23910.

HSL color Cylindrical-coordinate representation of color #665D00: hue angle of 54.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #665D00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 93 0 -
CMYK 0 0.09 1 0.6
HSL 54.71º 1% 0.2% -
HSV(B) 54.71º 1% 0.4% -
XYZ 9.39 10.65 1.56 -
YUV 85.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 102 93 0 0 0.09 1 0.6 54.71 1 0.2
Hex 66 5D 0 0 9 64 3C 37 64 14
Octal 146 135 0 0 11 144 74 67 144 24
Binary 1100110 1011101 0 0 1001 1100100 111100 110111 1100100 10100

Color Harmonies of #665D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D00

Black with #665D00

Text Example


Text Example

White with #665D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665D00; }

 p { color: rgb(102,93,0); }

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

background-color css

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

 a { background-color: rgb(102,93,0); }

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

border-color css

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

 span { border-color: rgb(102,93,0); }

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