Html Css Color HEX #674101 Raw Umber

📋 copy color: '#674101'

red 103 ◦ green 65 ◦ blue 1

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

Shades of Raw Umber #674101

Tints of Raw Umber #674101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

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

R = 60.95%
G = 38.46%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#674101 (or 0x674101) is known color: Raw Umber. HEX triplet: 67, 41 and 01. RGB value is (103,65,1). Sum of RGB (Red+Green+Blue) = 103+65+1=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #674101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674101 is #98BEFE. Grayscale: #454545. Windows color (decimal): -10010367 or 82279. OLE color: 82279.

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

Color convert

RGB 103 65 1 -
CMYK 0 0.37 0.99 0.60
HSL 37.65º 0.98% 0.2% -
HSV(B) 37.65º 0.99% 0.4% -
XYZ 7.49 6.67 0.92 -
YUV 69.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 103 65 1 0 0.37 0.99 0.60 37.65 0.98 0.2
Hex 67 41 1 0 25 63 3C 26 62 14
Octal 147 101 1 0 45 143 74 46 142 24
Binary 1100111 1000001 1 0 100101 1100011 111100 100110 1100010 10100

Color Harmonies of #674101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674101

Black with #674101

Text Example


Text Example

White with #674101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674101; }

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

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

background-color css

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

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

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

border-color css

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

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

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