Html Css Color HEX #674200 Raw Umber

📋 copy color: '#674200'

red 103 ◦ green 66 ◦ blue 0

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

Shades of Raw Umber #674200

Tints of Raw Umber #674200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.05%

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

R = 60.95%
G = 39.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#674200 (or 0x674200) is known color: Raw Umber. HEX triplet: 67, 42 and 00. RGB value is (103,66,0). Sum of RGB (Red+Green+Blue) = 103+66+0=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #674200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674200 is #98BDFF. Grayscale: #454545. Windows color (decimal): -10010112 or 16999. OLE color: 16999.

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

Color convert

RGB 103 66 0 -
CMYK 0 0.36 1 0.60
HSL 38.45º 1% 0.2% -
HSV(B) 38.45º 1% 0.4% -
XYZ 7.54 6.78 0.91 -
YUV 69.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 103 66 0 0 0.36 1 0.60 38.45 1 0.2
Hex 67 42 0 0 24 64 3C 26 64 14
Octal 147 102 0 0 44 144 74 46 144 24
Binary 1100111 1000010 0 0 100100 1100100 111100 100110 1100100 10100

Color Harmonies of #674200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674200

Black with #674200

Text Example


Text Example

White with #674200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674200; }

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

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

background-color css

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

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

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

border-color css

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

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

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