Html Css Color HEX #675002 Raw Umber

📋 copy color: '#675002'

red 103 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #675002

Tints of Raw Umber #675002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 55.68%
G = 43.24%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#675002 (or 0x675002) is known color: Raw Umber. HEX triplet: 67, 50 and 02. RGB value is (103,80,2). Sum of RGB (Red+Green+Blue) = 103+80+2=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #675002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675002 is #98AFFD. Grayscale: #4E4E4E. Windows color (decimal): -10006526 or 151655. OLE color: 151655.

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

Color convert

RGB 103 80 2 -
CMYK 0 0.22 0.98 0.60
HSL 46.34º 0.96% 0.21% -
HSV(B) 46.34º 0.98% 0.4% -
XYZ 8.47 8.63 1.28 -
YUV 77.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 103 80 2 0 0.22 0.98 0.60 46.34 0.96 0.21
Hex 67 50 2 0 16 62 3C 2E 60 15
Octal 147 120 2 0 26 142 74 56 140 25
Binary 1100111 1010000 10 0 10110 1100010 111100 101110 1100000 10101

Color Harmonies of #675002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675002

Black with #675002

Text Example


Text Example

White with #675002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675002; }

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

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

background-color css

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

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

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

border-color css

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

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

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