Html Css Color HEX #675500 Raw Umber

📋 copy color: '#675500'

red 103 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #675500

Tints of Raw Umber #675500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.79%
G = 45.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#675500 (or 0x675500) is known color: Raw Umber. HEX triplet: 67, 55 and 00. RGB value is (103,85,0). Sum of RGB (Red+Green+Blue) = 103+85+0=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #675500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675500 is #98AAFF. Grayscale: #515151. Windows color (decimal): -10005248 or 21863. OLE color: 21863.

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

Color convert

RGB 103 85 0 -
CMYK 0 0.17 1 0.60
HSL 49.51º 1% 0.2% -
HSV(B) 49.51º 1% 0.4% -
XYZ 8.84 9.38 1.34 -
YUV 80.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 103 85 0 0 0.17 1 0.60 49.51 1 0.2
Hex 67 55 0 0 11 64 3C 32 64 14
Octal 147 125 0 0 21 144 74 62 144 24
Binary 1100111 1010101 0 0 10001 1100100 111100 110010 1100100 10100

Color Harmonies of #675500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675500

Black with #675500

Text Example


Text Example

White with #675500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675500; }

 p { color: rgb(103,85,0); }

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

background-color css

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

 a { background-color: rgb(103,85,0); }

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

border-color css

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

 span { border-color: rgb(103,85,0); }

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