Html Css Color HEX #675C02 Raw Umber

📋 copy color: '#675C02'

red 103 ◦ green 92 ◦ blue 2

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

Shades of Raw Umber #675C02

Tints of Raw Umber #675C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.7%

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

R = 52.28%
G = 46.7%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#675C02 (or 0x675C02) is known color: Raw Umber. HEX triplet: 67, 5C and 02. RGB value is (103,92,2). Sum of RGB (Red+Green+Blue) = 103+92+2=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #675C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675C02 is #98A3FD. Grayscale: #555555. Windows color (decimal): -10003454 or 154727. OLE color: 154727.

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

Color convert

RGB 103 92 2 -
CMYK 0 0.11 0.98 0.60
HSL 53.47º 0.96% 0.21% -
HSV(B) 53.47º 0.98% 0.4% -
XYZ 9.43 10.54 1.6 -
YUV 85.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 103 92 2 0 0.11 0.98 0.60 53.47 0.96 0.21
Hex 67 5C 2 0 B 62 3C 35 60 15
Octal 147 134 2 0 13 142 74 65 140 25
Binary 1100111 1011100 10 0 1011 1100010 111100 110101 1100000 10101

Color Harmonies of #675C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C02

Black with #675C02

Text Example


Text Example

White with #675C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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