Html Css Color HEX #675001 Raw Umber

📋 copy color: '#675001'

red 103 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #675001

Tints of Raw Umber #675001

RGB

 RED value IS 103 (40.63% from 255) = 55.98%

 GREEN value IS 80 (31.64% from 255) = 43.48%

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

R = 55.98%
G = 43.48%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#675001 (or 0x675001) is known color: Raw Umber. HEX triplet: 67, 50 and 01. RGB value is (103,80,1). Sum of RGB (Red+Green+Blue) = 103+80+1=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #675001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675001 is #98AFFE. Grayscale: #4E4E4E. Windows color (decimal): -10006527 or 86119. OLE color: 86119.

HSL color Cylindrical-coordinate representation of color #675001: hue angle of 46.47º 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 #675001 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 1 -
CMYK 0 0.22 0.99 0.60
HSL 46.47º 0.98% 0.2% -
HSV(B) 46.47º 0.99% 0.4% -
XYZ 8.47 8.62 1.25 -
YUV 77.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 103 80 1 0 0.22 0.99 0.60 46.47 0.98 0.2
Hex 67 50 1 0 16 63 3C 2E 62 14
Octal 147 120 1 0 26 143 74 56 142 24
Binary 1100111 1010000 1 0 10110 1100011 111100 101110 1100010 10100

Color Harmonies of #675001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675001

Black with #675001

Text Example


Text Example

White with #675001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675001; }

 p { color: rgb(103,80,1); }

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

background-color css

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

 a { background-color: rgb(103,80,1); }

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

border-color css

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

 span { border-color: rgb(103,80,1); }

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