Html Css Color HEX #674C0F Raw Umber

📋 copy color: '#674C0F'

red 103 ◦ green 76 ◦ blue 15

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

Shades of Raw Umber #674C0F

Tints of Raw Umber #674C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 53.09%
G = 39.18%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#674C0F (or 0x674C0F) is known color: Raw Umber. HEX triplet: 67, 4C and 0F. RGB value is (103,76,15). Sum of RGB (Red+Green+Blue) = 103+76+15=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #674C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674C0F is #98B3F0. Grayscale: #4D4D4D. Windows color (decimal): -10007537 or 1002599. OLE color: 1002599.

HSL color Cylindrical-coordinate representation of color #674C0F: hue angle of 41.59º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #674C0F is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 76 15 -
CMYK 0 0.26 0.85 0.60
HSL 41.59º 0.75% 0.23% -
HSV(B) 41.59º 0.85% 0.4% -
XYZ 8.26 8.09 1.58 -
YUV 77.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 103 76 15 0 0.26 0.85 0.60 41.59 0.75 0.23
Hex 67 4C F 0 1A 55 3C 2A 4B 17
Octal 147 114 17 0 32 125 74 52 113 27
Binary 1100111 1001100 1111 0 11010 1010101 111100 101010 1001011 10111

Color Harmonies of #674C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C0F

Black with #674C0F

Text Example


Text Example

White with #674C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674C0F; }

 p { color: rgb(103,76,15); }

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

background-color css

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

 a { background-color: rgb(103,76,15); }

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

border-color css

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

 span { border-color: rgb(103,76,15); }

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