Html Css Color HEX #665C00 Raw Umber

📋 copy color: '#665C00'

red 102 ◦ green 92 ◦ blue 0

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

Shades of Raw Umber #665C00

Tints of Raw Umber #665C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.42%

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

R = 52.58%
G = 47.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#665C00 (or 0x665C00) is known color: Raw Umber. HEX triplet: 66, 5C and 00. RGB value is (102,92,0). Sum of RGB (Red+Green+Blue) = 102+92+0=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #665C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C00 is #99A3FF. Grayscale: #545454. Windows color (decimal): -10068992 or 23654. OLE color: 23654.

HSL color Cylindrical-coordinate representation of color #665C00: hue angle of 54.12º 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 #665C00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 92 0 -
CMYK 0 0.10 1 0.6
HSL 54.12º 1% 0.2% -
HSV(B) 54.12º 1% 0.4% -
XYZ 9.31 10.48 1.53 -
YUV 84.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 102 92 0 0 0.10 1 0.6 54.12 1 0.2
Hex 66 5C 0 0 A 64 3C 36 64 14
Octal 146 134 0 0 12 144 74 66 144 24
Binary 1100110 1011100 0 0 1010 1100100 111100 110110 1100100 10100

Color Harmonies of #665C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C00

Black with #665C00

Text Example


Text Example

White with #665C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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