Html Css Color HEX #693C02 Raw Umber

📋 copy color: '#693C02'

red 105 ◦ green 60 ◦ blue 2

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

Shades of Raw Umber #693C02

Tints of Raw Umber #693C02

RGB

 RED value IS 105 (41.41% from 255) = 62.87%

 GREEN value IS 60 (23.83% from 255) = 35.93%

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

R = 62.87%
G = 35.93%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#693C02 (or 0x693C02) is known color: Raw Umber. HEX triplet: 69, 3C and 02. RGB value is (105,60,2). Sum of RGB (Red+Green+Blue) = 105+60+2=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #693C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C02 is #96C3FD. Grayscale: #434343. Windows color (decimal): -9880574 or 146537. OLE color: 146537.

HSL color Cylindrical-coordinate representation of color #693C02: hue angle of 33.79º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #693C02 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 60 2 -
CMYK 0 0.43 0.98 0.59
HSL 33.79º 0.96% 0.21% -
HSV(B) 33.79º 0.98% 0.41% -
XYZ 7.45 6.24 0.87 -
YUV 66.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 105 60 2 0 0.43 0.98 0.59 33.79 0.96 0.21
Hex 69 3C 2 0 2B 62 3B 22 60 15
Octal 151 74 2 0 53 142 73 42 140 25
Binary 1101001 111100 10 0 101011 1100010 111011 100010 1100000 10101

Color Harmonies of #693C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C02

Black with #693C02

Text Example


Text Example

White with #693C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,60,2); }

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

background-color css

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

 a { background-color: rgb(105,60,2); }

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

border-color css

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

 span { border-color: rgb(105,60,2); }

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