#C69E3A

Color #C69E3A Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #C69E3A

Tints of Roti #C69E3A

Color information

#C69E3A (or 0xC69E3A) is unknown color: approx Roti. HEX triplet: C6, 9E and 3A. RGB value is (198,158,58). Sum of RGB (Red+Green+Blue) = 198+158+58=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E3A is #3961C5. Grayscale: #9F9F9F. Windows color (decimal): -3760582 or 3841734. OLE color: 3841734.

HSL color Cylindrical-coordinate representation of color #C69E3A: hue angle of 42.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C69E3A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB19815858-
CMYK00.200.710.22
HSL42.86º55.12%50.2%-
HSV(B)42.86º70.71%77.65%-
XYZ36.2836.769.19-
YUV158.5671.25156.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=47.83%
G=38.16%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981585800.200.710.2242.8655.1250.2
HexC69E3A01447162b3732
Octal3062367202410726536762
Binary1100011010011110111010010100100011110110101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E3A; }

 p { color: rgb(198,158,58); }

 H1.HeaderClassName
 {
   color: #C69E3A;
 }
 .AnyTagClassName
 {
   color: #C69E3A;
 }
</style>
background-color css

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

 a { background-color: rgb(198,158,58); }

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

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

 span { border-color: rgb(198,158,58); }

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