Html Css Color HEX #664B0A Raw Umber

📋 copy color: '#664B0A'

red 102 ◦ green 75 ◦ blue 10

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

Shades of Raw Umber #664B0A

Tints of Raw Umber #664B0A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.11%

 BLUE value IS 10 (4.3% from 255) = 5.35%

R = 54.55%
G = 40.11%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#664B0A (or 0x664B0A) is known color: Raw Umber. HEX triplet: 66, 4B and 0A. RGB value is (102,75,10). Sum of RGB (Red+Green+Blue) = 102+75+10=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #664B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664B0A is #99B4F5. Grayscale: #4B4B4B. Windows color (decimal): -10073334 or 674662. OLE color: 674662.

HSL color Cylindrical-coordinate representation of color #664B0A: hue angle of 42.39º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #664B0A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 75 10 -
CMYK 0 0.26 0.90 0.6
HSL 42.39º 0.82% 0.22% -
HSV(B) 42.39º 0.9% 0.4% -
XYZ 8.05 7.88 1.38 -
YUV 75.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 102 75 10 0 0.26 0.90 0.6 42.39 0.82 0.22
Hex 66 4B A 0 1A 5A 3C 2A 52 16
Octal 146 113 12 0 32 132 74 52 122 26
Binary 1100110 1001011 1010 0 11010 1011010 111100 101010 1010010 10110

Color Harmonies of #664B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B0A

Black with #664B0A

Text Example


Text Example

White with #664B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664B0A; }

 p { color: rgb(102,75,10); }

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

background-color css

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

 a { background-color: rgb(102,75,10); }

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

border-color css

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

 span { border-color: rgb(102,75,10); }

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