Html Css Color HEX #695D02 Raw Umber

📋 copy color: '#695D02'

red 105 ◦ green 93 ◦ blue 2

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

Shades of Raw Umber #695D02

Tints of Raw Umber #695D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.5%

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

R = 52.5%
G = 46.5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#695D02 (or 0x695D02) is known color: Raw Umber. HEX triplet: 69, 5D and 02. RGB value is (105,93,2). Sum of RGB (Red+Green+Blue) = 105+93+2=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #695D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D02 is #96A2FD. Grayscale: #565656. Windows color (decimal): -9872126 or 154985. OLE color: 154985.

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

Color convert

RGB 105 93 2 -
CMYK 0 0.11 0.98 0.59
HSL 53.01º 0.96% 0.21% -
HSV(B) 53.01º 0.98% 0.41% -
XYZ 9.75 10.84 1.64 -
YUV 86.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 105 93 2 0 0.11 0.98 0.59 53.01 0.96 0.21
Hex 69 5D 2 0 B 62 3B 35 60 15
Octal 151 135 2 0 13 142 73 65 140 25
Binary 1101001 1011101 10 0 1011 1100010 111011 110101 1100000 10101

Color Harmonies of #695D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D02

Black with #695D02

Text Example


Text Example

White with #695D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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