Html Css Color HEX #675202 Raw Umber

📋 copy color: '#675202'

red 103 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #675202

Tints of Raw Umber #675202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 55.08%
G = 43.85%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#675202 (or 0x675202) is known color: Raw Umber. HEX triplet: 67, 52 and 02. RGB value is (103,82,2). Sum of RGB (Red+Green+Blue) = 103+82+2=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #675202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675202 is #98ADFD. Grayscale: #4F4F4F. Windows color (decimal): -10006014 or 152167. OLE color: 152167.

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

Color convert

RGB 103 82 2 -
CMYK 0 0.20 0.98 0.60
HSL 47.52º 0.96% 0.21% -
HSV(B) 47.52º 0.98% 0.4% -
XYZ 8.62 8.92 1.33 -
YUV 79.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 103 82 2 0 0.20 0.98 0.60 47.52 0.96 0.21
Hex 67 52 2 0 14 62 3C 30 60 15
Octal 147 122 2 0 24 142 74 60 140 25
Binary 1100111 1010010 10 0 10100 1100010 111100 110000 1100000 10101

Color Harmonies of #675202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675202

Black with #675202

Text Example


Text Example

White with #675202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675202; }

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

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

background-color css

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

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

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

border-color css

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

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

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