Html Css Color HEX #674801 Raw Umber

📋 copy color: '#674801'

red 103 ◦ green 72 ◦ blue 1

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

Shades of Raw Umber #674801

Tints of Raw Umber #674801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

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

R = 58.52%
G = 40.91%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#674801 (or 0x674801) is known color: Raw Umber. HEX triplet: 67, 48 and 01. RGB value is (103,72,1). Sum of RGB (Red+Green+Blue) = 103+72+1=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #674801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674801 is #98B7FE. Grayscale: #494949. Windows color (decimal): -10008575 or 84071. OLE color: 84071.

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

Color convert

RGB 103 72 1 -
CMYK 0 0.30 0.99 0.60
HSL 41.76º 0.98% 0.2% -
HSV(B) 41.76º 0.99% 0.4% -
XYZ 7.92 7.52 1.06 -
YUV 73.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 103 72 1 0 0.30 0.99 0.60 41.76 0.98 0.2
Hex 67 48 1 0 1E 63 3C 2A 62 14
Octal 147 110 1 0 36 143 74 52 142 24
Binary 1100111 1001000 1 0 11110 1100011 111100 101010 1100010 10100

Color Harmonies of #674801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674801

Black with #674801

Text Example


Text Example

White with #674801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674801; }

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

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

background-color css

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

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

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

border-color css

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

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

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