Html Css Color HEX #665D01 Raw Umber

📋 copy color: '#665D01'

red 102 ◦ green 93 ◦ blue 1

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

Shades of Raw Umber #665D01

Tints of Raw Umber #665D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 52.04%
G = 47.45%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#665D01 (or 0x665D01) is known color: Raw Umber. HEX triplet: 66, 5D and 01. RGB value is (102,93,1). Sum of RGB (Red+Green+Blue) = 102+93+1=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #665D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D01 is #99A2FE. Grayscale: #555555. Windows color (decimal): -10068735 or 89446. OLE color: 89446.

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

Color convert

RGB 102 93 1 -
CMYK 0 0.09 0.99 0.6
HSL 54.65º 0.98% 0.2% -
HSV(B) 54.65º 0.99% 0.4% -
XYZ 9.4 10.66 1.59 -
YUV 85.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 102 93 1 0 0.09 0.99 0.6 54.65 0.98 0.2
Hex 66 5D 1 0 9 63 3C 37 62 14
Octal 146 135 1 0 11 143 74 67 142 24
Binary 1100110 1011101 1 0 1001 1100011 111100 110111 1100010 10100

Color Harmonies of #665D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D01

Black with #665D01

Text Example


Text Example

White with #665D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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