Html Css Color HEX #674400 Raw Umber

📋 copy color: '#674400'

red 103 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #674400

Tints of Raw Umber #674400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.23%
G = 39.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#674400 (or 0x674400) is known color: Raw Umber. HEX triplet: 67, 44 and 00. RGB value is (103,68,0). Sum of RGB (Red+Green+Blue) = 103+68+0=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #674400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674400 is #98BBFF. Grayscale: #474747. Windows color (decimal): -10009600 or 17511. OLE color: 17511.

HSL color Cylindrical-coordinate representation of color #674400: hue angle of 39.61º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #674400 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 68 0 -
CMYK 0 0.34 1 0.60
HSL 39.61º 1% 0.2% -
HSV(B) 39.61º 1% 0.4% -
XYZ 7.66 7.02 0.95 -
YUV 70.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 103 68 0 0 0.34 1 0.60 39.61 1 0.2
Hex 67 44 0 0 22 64 3C 28 64 14
Octal 147 104 0 0 42 144 74 50 144 24
Binary 1100111 1000100 0 0 100010 1100100 111100 101000 1100100 10100

Color Harmonies of #674400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674400

Black with #674400

Text Example


Text Example

White with #674400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674400; }

 p { color: rgb(103,68,0); }

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

background-color css

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

 a { background-color: rgb(103,68,0); }

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

border-color css

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

 span { border-color: rgb(103,68,0); }

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