Html Css Color HEX #674812 Raw Umber

📋 copy color: '#674812'

red 103 ◦ green 72 ◦ blue 18

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

Shades of Raw Umber #674812

Tints of Raw Umber #674812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 53.37%
G = 37.31%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#674812 (or 0x674812) is known color: Raw Umber. HEX triplet: 67, 48 and 12. RGB value is (103,72,18). Sum of RGB (Red+Green+Blue) = 103+72+18=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #674812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674812 is #98B7ED. Grayscale: #4B4B4B. Windows color (decimal): -10008558 or 1198183. OLE color: 1198183.

HSL color Cylindrical-coordinate representation of color #674812: hue angle of 38.12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #674812 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 72 18 -
CMYK 0 0.30 0.83 0.60
HSL 38.12º 0.7% 0.24% -
HSV(B) 38.12º 0.83% 0.4% -
XYZ 8.02 7.56 1.61 -
YUV 75.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 103 72 18 0 0.30 0.83 0.60 38.12 0.7 0.24
Hex 67 48 12 0 1E 53 3C 26 46 18
Octal 147 110 22 0 36 123 74 46 106 30
Binary 1100111 1001000 10010 0 11110 1010011 111100 100110 1000110 11000

Color Harmonies of #674812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674812

Black with #674812

Text Example


Text Example

White with #674812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674812; }

 p { color: rgb(103,72,18); }

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

background-color css

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

 a { background-color: rgb(103,72,18); }

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

border-color css

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

 span { border-color: rgb(103,72,18); }

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