Html Css Color HEX #675004 Raw Umber

📋 copy color: '#675004'

red 103 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #675004

Tints of Raw Umber #675004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 55.08%
G = 42.78%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#675004 (or 0x675004) is known color: Raw Umber. HEX triplet: 67, 50 and 04. RGB value is (103,80,4). Sum of RGB (Red+Green+Blue) = 103+80+4=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #675004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675004 is #98AFFB. Grayscale: #4E4E4E. Windows color (decimal): -10006524 or 282727. OLE color: 282727.

HSL color Cylindrical-coordinate representation of color #675004: hue angle of 46.06º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #675004 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 4 -
CMYK 0 0.22 0.96 0.60
HSL 46.06º 0.93% 0.21% -
HSV(B) 46.06º 0.96% 0.4% -
XYZ 8.48 8.63 1.33 -
YUV 78.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 103 80 4 0 0.22 0.96 0.60 46.06 0.93 0.21
Hex 67 50 4 0 16 60 3C 2E 5D 15
Octal 147 120 4 0 26 140 74 56 135 25
Binary 1100111 1010000 100 0 10110 1100000 111100 101110 1011101 10101

Color Harmonies of #675004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675004

Black with #675004

Text Example


Text Example

White with #675004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675004; }

 p { color: rgb(103,80,4); }

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

background-color css

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

 a { background-color: rgb(103,80,4); }

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

border-color css

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

 span { border-color: rgb(103,80,4); }

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