Html Css Color HEX #695305 Raw Umber

📋 copy color: '#695305'

red 105 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #695305

Tints of Raw Umber #695305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.01%

 BLUE value IS 5 (2.34% from 255) = 2.59%

R = 54.4%
G = 43.01%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#695305 (or 0x695305) is known color: Raw Umber. HEX triplet: 69, 53 and 05. RGB value is (105,83,5). Sum of RGB (Red+Green+Blue) = 105+83+5=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #695305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695305 is #96ACFA. Grayscale: #515151. Windows color (decimal): -9874683 or 349033. OLE color: 349033.

HSL color Cylindrical-coordinate representation of color #695305: hue angle of 46.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #695305 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 83 5 -
CMYK 0 0.21 0.95 0.59
HSL 46.8º 0.91% 0.22% -
HSV(B) 46.8º 0.95% 0.41% -
XYZ 8.95 9.2 1.45 -
YUV 80.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 105 83 5 0 0.21 0.95 0.59 46.8 0.91 0.22
Hex 69 53 5 0 15 5F 3B 2F 5B 16
Octal 151 123 5 0 25 137 73 57 133 26
Binary 1101001 1010011 101 0 10101 1011111 111011 101111 1011011 10110

Color Harmonies of #695305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695305

Black with #695305

Text Example


Text Example

White with #695305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695305; }

 p { color: rgb(105,83,5); }

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

background-color css

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

 a { background-color: rgb(105,83,5); }

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

border-color css

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

 span { border-color: rgb(105,83,5); }

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