Html Css Color HEX #695C03 Raw Umber

📋 copy color: '#695C03'

red 105 ◦ green 92 ◦ blue 3

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

Shades of Raw Umber #695C03

Tints of Raw Umber #695C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.5%

R = 52.5%
G = 46%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#695C03 (or 0x695C03) is known color: Raw Umber. HEX triplet: 69, 5C and 03. RGB value is (105,92,3). Sum of RGB (Red+Green+Blue) = 105+92+3=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #695C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C03 is #96A3FC. Grayscale: #565656. Windows color (decimal): -9872381 or 220265. OLE color: 220265.

HSL color Cylindrical-coordinate representation of color #695C03: hue angle of 52.35º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #695C03 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 92 3 -
CMYK 0 0.12 0.97 0.59
HSL 52.35º 0.94% 0.21% -
HSV(B) 52.35º 0.97% 0.41% -
XYZ 9.67 10.66 1.63 -
YUV 85.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 105 92 3 0 0.12 0.97 0.59 52.35 0.94 0.21
Hex 69 5C 3 0 C 61 3B 34 5E 15
Octal 151 134 3 0 14 141 73 64 136 25
Binary 1101001 1011100 11 0 1100 1100001 111011 110100 1011110 10101

Color Harmonies of #695C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C03

Black with #695C03

Text Example


Text Example

White with #695C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695C03; }

 p { color: rgb(105,92,3); }

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

background-color css

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

 a { background-color: rgb(105,92,3); }

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

border-color css

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

 span { border-color: rgb(105,92,3); }

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