Html Css Color HEX #675400 Raw Umber

📋 copy color: '#675400'

red 103 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #675400

Tints of Raw Umber #675400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

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

R = 55.08%
G = 44.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#675400 (or 0x675400) is known color: Raw Umber. HEX triplet: 67, 54 and 00. RGB value is (103,84,0). Sum of RGB (Red+Green+Blue) = 103+84+0=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #675400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675400 is #98ABFF. Grayscale: #505050. Windows color (decimal): -10005504 or 21607. OLE color: 21607.

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

Color convert

RGB 103 84 0 -
CMYK 0 0.18 1 0.60
HSL 48.93º 1% 0.2% -
HSV(B) 48.93º 1% 0.4% -
XYZ 8.76 9.22 1.32 -
YUV 80.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 103 84 0 0 0.18 1 0.60 48.93 1 0.2
Hex 67 54 0 0 12 64 3C 31 64 14
Octal 147 124 0 0 22 144 74 61 144 24
Binary 1100111 1010100 0 0 10010 1100100 111100 110001 1100100 10100

Color Harmonies of #675400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675400

Black with #675400

Text Example


Text Example

White with #675400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675400; }

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

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

background-color css

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

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

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

border-color css

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

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

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