Html Css Color HEX #69580C Raw Umber

📋 copy color: '#69580C'

red 105 ◦ green 88 ◦ blue 12

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

Shades of Raw Umber #69580C

Tints of Raw Umber #69580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.93%

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 51.22%
G = 42.93%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69580C (or 0x69580C) is known color: Raw Umber. HEX triplet: 69, 58 and 0C. RGB value is (105,88,12). Sum of RGB (Red+Green+Blue) = 105+88+12=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #69580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69580C is #96A7F3. Grayscale: #545454. Windows color (decimal): -9873396 or 809065. OLE color: 809065.

HSL color Cylindrical-coordinate representation of color #69580C: hue angle of 49.03º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69580C is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 12 -
CMYK 0 0.16 0.89 0.59
HSL 49.03º 0.79% 0.23% -
HSV(B) 49.03º 0.89% 0.41% -
XYZ 9.38 10.01 1.79 -
YUV 84.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 105 88 12 0 0.16 0.89 0.59 49.03 0.79 0.23
Hex 69 58 C 0 10 59 3B 31 4F 17
Octal 151 130 14 0 20 131 73 61 117 27
Binary 1101001 1011000 1100 0 10000 1011001 111011 110001 1001111 10111

Color Harmonies of #69580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69580C

Black with #69580C

Text Example


Text Example

White with #69580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69580C; }

 p { color: rgb(105,88,12); }

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

background-color css

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

 a { background-color: rgb(105,88,12); }

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

border-color css

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

 span { border-color: rgb(105,88,12); }

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