Html Css Color HEX #674512 Raw Umber

📋 copy color: '#674512'

red 103 ◦ green 69 ◦ blue 18

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

Shades of Raw Umber #674512

Tints of Raw Umber #674512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 54.21%
G = 36.32%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#674512 (or 0x674512) is known color: Raw Umber. HEX triplet: 67, 45 and 12. RGB value is (103,69,18). Sum of RGB (Red+Green+Blue) = 103+69+18=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #674512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674512 is #98BAED. Grayscale: #494949. Windows color (decimal): -10009326 or 1197415. OLE color: 1197415.

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

Color convert

RGB 103 69 18 -
CMYK 0 0.33 0.83 0.60
HSL 36º 0.7% 0.24% -
HSV(B) 36º 0.83% 0.4% -
XYZ 7.83 7.18 1.55 -
YUV 73.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 103 69 18 0 0.33 0.83 0.60 36 0.7 0.24
Hex 67 45 12 0 21 53 3C 24 46 18
Octal 147 105 22 0 41 123 74 44 106 30
Binary 1100111 1000101 10010 0 100001 1010011 111100 100100 1000110 11000

Color Harmonies of #674512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674512

Black with #674512

Text Example


Text Example

White with #674512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674512; }

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

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

background-color css

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

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

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

border-color css

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

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

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