Html Css Color HEX #675008 Raw Umber

📋 copy color: '#675008'

red 103 ◦ green 80 ◦ blue 8

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

Shades of Raw Umber #675008

Tints of Raw Umber #675008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.19%

R = 53.93%
G = 41.88%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#675008 (or 0x675008) is known color: Raw Umber. HEX triplet: 67, 50 and 08. RGB value is (103,80,8). Sum of RGB (Red+Green+Blue) = 103+80+8=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #675008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675008 is #98AFF7. Grayscale: #4E4E4E. Windows color (decimal): -10006520 or 544871. OLE color: 544871.

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

Color convert

RGB 103 80 8 -
CMYK 0 0.22 0.92 0.60
HSL 45.47º 0.86% 0.22% -
HSV(B) 45.47º 0.92% 0.4% -
XYZ 8.51 8.64 1.45 -
YUV 78.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 103 80 8 0 0.22 0.92 0.60 45.47 0.86 0.22
Hex 67 50 8 0 16 5C 3C 2D 56 16
Octal 147 120 10 0 26 134 74 55 126 26
Binary 1100111 1010000 1000 0 10110 1011100 111100 101101 1010110 10110

Color Harmonies of #675008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675008

Black with #675008

Text Example


Text Example

White with #675008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675008; }

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

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

background-color css

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

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

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

border-color css

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

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

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