Html Css Color HEX #674C0D Raw Umber

📋 copy color: '#674C0D'

red 103 ◦ green 76 ◦ blue 13

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

Shades of Raw Umber #674C0D

Tints of Raw Umber #674C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 53.65%
G = 39.58%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#674C0D (or 0x674C0D) is known color: Raw Umber. HEX triplet: 67, 4C and 0D. RGB value is (103,76,13). Sum of RGB (Red+Green+Blue) = 103+76+13=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #674C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674C0D is #98B3F2. Grayscale: #4D4D4D. Windows color (decimal): -10007539 or 871527. OLE color: 871527.

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

Color convert

RGB 103 76 13 -
CMYK 0 0.26 0.87 0.60
HSL 42º 0.78% 0.23% -
HSV(B) 42º 0.87% 0.4% -
XYZ 8.25 8.08 1.51 -
YUV 76.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 103 76 13 0 0.26 0.87 0.60 42 0.78 0.23
Hex 67 4C D 0 1A 57 3C 2A 4E 17
Octal 147 114 15 0 32 127 74 52 116 27
Binary 1100111 1001100 1101 0 11010 1010111 111100 101010 1001110 10111

Color Harmonies of #674C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C0D

Black with #674C0D

Text Example


Text Example

White with #674C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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