Html Css Color HEX #675401 Raw Umber

📋 copy color: '#675401'

red 103 ◦ green 84 ◦ blue 1

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

Shades of Raw Umber #675401

Tints of Raw Umber #675401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.68%

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

R = 54.79%
G = 44.68%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#675401 (or 0x675401) is known color: Raw Umber. HEX triplet: 67, 54 and 01. RGB value is (103,84,1). Sum of RGB (Red+Green+Blue) = 103+84+1=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #675401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675401 is #98ABFE. Grayscale: #505050. Windows color (decimal): -10005503 or 87143. OLE color: 87143.

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

Color convert

RGB 103 84 1 -
CMYK 0 0.18 0.99 0.60
HSL 48.82º 0.98% 0.2% -
HSV(B) 48.82º 0.99% 0.4% -
XYZ 8.77 9.23 1.35 -
YUV 80.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 103 84 1 0 0.18 0.99 0.60 48.82 0.98 0.2
Hex 67 54 1 0 12 63 3C 31 62 14
Octal 147 124 1 0 22 143 74 61 142 24
Binary 1100111 1010100 1 0 10010 1100011 111100 110001 1100010 10100

Color Harmonies of #675401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675401

Black with #675401

Text Example


Text Example

White with #675401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675401; }

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

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

background-color css

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

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

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

border-color css

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

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

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